Project is not support by this installation {BC8A1FFA-BEE3-4634-8014-F334798102B3}

此生再无相见时 提交于 2019-12-10 18:35:12

问题


I get Project is not support by this installation error when opening a project in VS 2010 Pro

Looking at <ProjectTypeGuids> I see guid

{BC8A1FFA-BEE3-4634-8014-F334798102B3}

Which indicates a Windows Store Apps (Metro Apps)

What should I install to run this project type?


回答1:


Which indicates a Windows Store Apps (Metro Apps)

Correct. Which requires at least VS2012, the first version that supports Store app development. And you need at least Windows 8, required so you can debug your app.




回答2:


This type of project can be opened with Visual Studio versions from 2012 to 2015. Starting with Visual Studio 2017, this type of project isn't supported any more.

https://www.visualstudio.com/en-us/productinfo/vs2017-compatibility-vs



来源:https://stackoverflow.com/questions/19854448/project-is-not-support-by-this-installation-bc8a1ffa-bee3-4634-8014-f334798102b

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!