“Unspecified error” in Visual Studio 2008 when trying to view project properties

后端 未结 5 1112
别跟我提以往
别跟我提以往 2021-01-11 13:53

When I set my active solution from Win32 to x64, I cannot build the project or view the properties.

When I try to build my project, it is skipped.

When I try

5条回答
  •  自闭症患者
    2021-01-11 14:38

    In my case removing TargetFrameworkVersion attribute from VisualStudioProject xml node of vcproj file solved the problem. I suspect it was caused by project file conversion from previous version of Visual Studio.

提交回复
热议问题