简体   繁体   English

Prism PopupWindowAction在Visual Studio 2015中导致错误

[英]Prism PopupWindowAction causes error in visual studio 2015

I am using the PopupWindowAction from assembly 'Microsoft.Practices.Prism.Interactivity' 我正在使用程序集'Microsoft.Practices.Prism.Interactivity'中的PopupWindowAction

When I build my application the build succeeds and the application runs and works correctly however I loose designer support for my view due to the following error: 构建我的应用程序时,构建成功,并且该应用程序可以正常运行并运行,但是由于以下错误,我对视图的设计器支持受到限制:

The type 'PopupWindowAction' from assembly 'Microsoft.Practices.Prism.Interactivity' is built with an older version of the Blend SDK, and is not supported in a Windows Presentation Framework 4 project 程序集“ Microsoft.Practices.Prism.Interactivity”中的类型“ PopupWindowAction”是使用较早版本的Blend SDK构建的,Windows Presentation Framework 4项目中不支持该类型。

This issue did not occur in visual studio 2013. Can anyone suggest how I resolve the issue? 在Visual Studio 2013中未发生此问题。有人可以建议我如何解决此问题?

我遇到了完全相同的问题,最后我通过重新安装Visual Studio 2015来解决了这个问题。在意识到我的同事没有遇到相同的行为之后,我才这样做。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM