Visual studio 2015 property page can not open Visual studio 2010 property

旧时模样 提交于 2019-12-12 22:20:46

问题


I'm trying to make Visual studio 2010 project work on Visual studio 2015(without upgrading it).

But the problem is it does not open proper property page.

It works very well in Visual studio 2010 IDE. Or if it is upgraded for Visual studio 2015 toolset(v140).

If I change the 'Platform Toolset' option to Visual studio 2010(v100), it does not work again.

Does anybody know what the problem is?

Thank you.


回答1:


I faced a similar issue. See here: Missing Properties when opening VS2010 C++ projects with VS2015

In my case, it was related to language settings:

  • VS2010 german version
  • VS2015 english version -> project properties where not there

Switching the language of VS2015 to german solved it for me.



来源:https://stackoverflow.com/questions/39911073/visual-studio-2015-property-page-can-not-open-visual-studio-2010-property

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