in my assembly info I have summarized several namespaces in one URI:for example:<Assembly: System.Windows.Markup.XmlnsDefinition("http://schemas.bruegmann-software.de/wpf/controls", "PO6ViewModelLibrary.Controls")> <Assembly: System.Windows.Markup.XmlnsDefinition("http://schemas.bruegmann-software.de/wpf/controls", "PO6ViewModelLibrary.Controls.Base")> <Assembly: System.Windows.Markup.XmlnsPrefix("http://schemas.bruegmann-software.de/wpf/controls", "bs")> in my XAML UserControl, I would add:<UserControl [...] xmlns:bs="http://schemas.bruegmann-software.de/wpf/controls">with .NET 3.5 and VS2008, I could then type in the XAML editor:<bs:and I get all Controls within the two namespaces und choose one:<bs:MyControluntil then it works well. But now when I press the space bar, I don't get list of possible properties. I must be completely type the Properties on my own.. NET 3.5 with VS2008 has no problems and I could see all properties.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...