Visual Studio 2012 Not Recognizing Xaml Files, Design View Broken

后端 未结 5 1150
借酒劲吻你
借酒劲吻你 2020-12-18 09:38

Design View for Xaml on Visual Studio Professional RC 2012 used to work for me. But suddenly stopped for no reason I can figure.

  • Visual Studio 11 No longer Re
5条回答
  •  失恋的感觉
    2020-12-18 09:40

    Check the following:

    1. Tools -> Options
    2. Expand Text Editor -> XAML -> Miscellaneous
    3. Make sure that "Always open documents in full XAML view" is not checked

    Or perhaps the default program for opening .xaml files has changed:

    1. Right-click your .xaml file in Solution Explorer
    2. Click Open With...
    3. Select XAML UI Designer
    4. Click Set as Default button
    5. Click OK

    EDIT

    This does appear to be a known bug with an earlier version of VS11.

提交回复
热议问题