I am trying to add a namespace to one of my usercontrols in xaml. In visual studio 2010 I could just type xmlns:blahblah=
and it would add the quotations and offer me a whole list of suggestions of assemblies to add as namespace definitions.
In visual studio 2012 I start typing it out and I'm immediately getting xaml errors as I'm typing and no suggestions. The problem is, I don't know what the exact ones I need to add, so I'm a little dependent on the intellisense.
Regular intellisense works just fine. Why is this?