Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008 Xaml Editor not working / disappeared

When I start up VS 2008 to work on a WPF / Silverlight App and open a XAML or XML file the XAML / XML editor is no longer working. The designer does not show up and intellisense is unavailable. It basically looks like a text file has been opened.

like image 963
user106499 Avatar asked May 13 '09 17:05

user106499


People also ask

How do I get XAML in Visual Studio?

To open this page, choose the Tools menu and then choose Options. To access the XAML Designer property page, choose the XAML Designer node. Settings for the XAML Designer are applied when you open the document. So, if you make changes to the settings, you need to close and then reopen Visual Studio to see the changes.

How do I open XAML code editor?

To open the XAML Designer, right-click a XAML file in Solution Explorer and choose View Designer. to switch which window appears on top: either the artboard or the XAML editor.

How do I find XAML?

To open it, go to Debug > Windows > XAML Live Preview.

What is XAML in Visual Studio?

The XAML code editor in the Visual Studio IDE includes all the tools you need to create WPF and UWP apps for the Windows platform, and for Xamarin. Forms.


1 Answers

Try running the following command.

"%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\ide\devenv" /resetSkipPkgs

If that doesn't work try repairing the Visual Studio Install

  • Start -> Control Panel
  • Add Remove Programs
  • Select VS
  • Choose repair
like image 156
JaredPar Avatar answered Sep 24 '22 08:09

JaredPar