I have a Solution level project “Infrastructure.Interface” referenced in the “Application” project. But the XAML is not letting me to add a reference through xmlns i.e the Infrastructure.Interface is not getting listed in the drop down! Manually typing the details, i dont get the classes in it listed further in the XAML either!
Tried adding reference to a different solution level project and i am able to get that listed while adding a XAML xmlns reference! Not sure if its something i am missing here!
Any help would be great! Thanks!
i ended up solving the issue by adding xmlnsdefinition for my namespaces . Still i dont know why i am not getting intellisense or getting compiler error while adding clr references, i was able to get around it using xmlnsdefinition. Any one with similar problem can give it a shot! And it looks cleaner too!
http://blog.pixelingene.com/2006/10/xmlnsdefinition-for-a-cool-namespace-mapping/