Editing XAML leads Visual Studio's Designer to crash

前端 未结 8 789
长情又很酷
长情又很酷 2021-01-03 21:43

Original Question


I\'m working on a WPF application with Visual Studio 2010, using Telerik.

I have been dealing with a lot of crashes ev

相关标签:
8条回答
  • 2021-01-03 22:40

    As previously said by Gavin, try finding the control that is the issue.

    You can still edit the files in VS if you right click the .xaml file select Open With and choose Source Code (Text) Editor.

    You can set it to default if you expect this to be in a lot of files, and switch it when you're done.

    This solution will open .xaml files without a designer, but with (some) intellisense.

    0 讨论(0)
  • 2021-01-03 22:40

    You can try the XAMLPAD to test your XAML page.

    Reference : https://msdn.microsoft.com/en-us/library/vstudio/ms742398(v=vs.90).aspx

    Hope this helps you.

    0 讨论(0)
提交回复
热议问题