我在VS 2015开启VS 2010 WPF项目时遇到了麻烦:XAML设计师没有加载视图并且发生错误。
消息错误是这一个:
http://i.stack.imgur.com/aicMJ.png
http://i.stack.imgur.com/lkbRq.png
System.ArgumentNullException值不能为null。 参数名称: remoteValues at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalNotifyingEnumerable
2..ctor(IRemoteNotifyingEnumerable
1 remoteValues,Func`2 converter)at Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Remoting.LocalDesignerView.Microsoft.VisualStudio.DesignTools.DesignerContract.IDesignerView.get_RelatedDocumentPaths() 在 Microsoft.VisualStudio.DesignTools.DesignerContract.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(的CancellationToken cancelToken)
如果有人能帮我解决这个问题,谢谢。