Lost Intellisense !
Last post 04-30-2008 3:10 PM by joer00. 2 replies.
Sort Posts:
04-29-2008 5:59 PM
Lost Intellisense !

Hi,

sudden;y the complete intellisense in XAML designer does not work anymore. I closed VS, deleted the obj folder, reopened still no intellisens.

 Any ideas ?

Joe Robe

joer00

Joined on 07-05-2006
Posts 72
04-30-2008 8:11 AM
Re: Lost Intellisense ! BUG !

I finally can reproduce waht causes the intellisense to loose. I think this is definetely a bug !

Adding a static ressource to the page via blend results in adding the namespace to the header. After adding the ressource Intellisense is lost for the default (ms) namespace AND the designer does not show expand/collapse markers anymore. If one cuts the ressources xaml, the markers appear again and stay when re pasted.

 I guess this is defintely a bug ?

Joe Robe

joer00

Joined on 07-05-2006
Posts 72
04-30-2008 3:10 PM
Marked as Answer
Re: Lost Intellisense ! BUG !

I finally found the problem. The mentioned behavior happens if one chooses the same NS name as the namespace itself. I other words

 xmlns:MyCode="clr-namespace:MyCode;assembly=MyCode"

STILL think it is a bug as it should throw an error !

Joe Robe

joer00

Joined on 07-05-2006
Posts 72