Editing XAML leads Visual Studio's Designer to crash

前端 未结 8 841
长情又很酷
长情又很酷 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:17

    Try initializing runtimeType object with typeof(Type) as

    Type runtimeType = typeof(Type)
    

    Also evaluate the value of variables reflectionType,this,this._targetFrameworkProvider and this._targetFrameworkProvider.GetRunTimeType(reflectionType) in a watch during debugging.

    This might help you.

提交回复
热议问题