我有一个标准的MVC 3.0应用程序是用VS2010完成的。当我试图用VS2012打开它时,它没有加载,并且在项目名称旁边显示了一个incompatible标签。
错误详细信息如下:
Unsupported
This version of Visual Studio does not have the following project types installed or does not support them. You can still open these projects in the version of Visual Studio in which they were originally created.
- Cerebello, "D:\Projetos\Azure\X\X\X.ccproj"
Non-functional changes required
Visual Studio will automatically make non-functional changes to the following projects in order to enable them to open in this version and Visual Studio 2010 SP1. Project behavior will not be impacted.
- Cerebello, "D:\Projetos\Azure\X\X.sln"我在谷歌上搜索,但没有结果。
可能会发生什么?
发布于 2012-09-20 10:04:24
您需要安装Windows Azure SDK for .NET -2012年6月SP1。*.ccproj文件是Azure项目。
http://www.microsoft.com/en-us/download/details.aspx?id=30651
https://stackoverflow.com/questions/12504677
复制相似问题