I recently installed the release candidate for Visual Studio 2012 and the release preview for Windows 8. I lost xaml intellisense and VS treats xaml as an XML document. Does anybody else have any ideas where to start to fix this problem?
Asked
Active
Viewed 2,575 times
2 Answers
1
I simply re-installed Visual Studio 2012 RC. I'm not willing to attempt to reproduce the problem, but I believe this is what I did: Upgrade windows 7 professional with Visual Studio 2010 installed to Windows 8 professional, Installed Visual Studio 2012 RC, Installed Windows 8 SDK.
My symptoms include:
- Under tools, options, text editor, no xaml option.
- When I tried to view a xaml page via designer, the property window displayed everything as an XML document
- I could not view the designer in Visual Studio (I could in Blend), it would not let me and would show the xaml mark-up instead.
- No intellisense.
Re-installing didn't take too much time, maybe 20-30 minutes.

Sam Stange
- 454
- 1
- 7
- 14
-
same thing here. no xaml editor. btw, on all my other PCs, this editor crashes 50% of the time.... – nicolas Aug 04 '12 at 13:29
0
Try right clicking on a XAML file in the Solution Explorer then choosing "Open with". In there choose "XAML UI Designer", hit "Set as Default" then hit "Ok". This should force VS to use the XAML Designer.
-
-
I've set mine up to use XAML UI Designer but I still don't get any intellisense – Midimatt Jun 13 '12 at 17:00