Reputation: 454
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?
Upvotes: 0
Views: 2579
Reputation: 454
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:
Re-installing didn't take too much time, maybe 20-30 minutes.
Upvotes: 1
Reputation: 1
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.
Upvotes: 0