Visual Studio 2015 RTM - Debugging not working

后端 未结 25 2431
感情败类
感情败类 2020-11-30 22:11

I have installed VS 2015 RTM (nothing else) and I\'m unable to debug any solution, not matter if it\'s an existing one or a brand new one (created with VS 2015 and compiled

25条回答
  •  南笙
    南笙 (楼主)
    2020-11-30 22:45

    In my case it was due to the project Target platforms were different.

    Consider : ProjectA (Entry) --> ProjectB

    ProjectA's platform in properties was set to x64. And ProjectB's platform was 'AnyCPU'.

    So after setting ProjectB's target platform to x64 this issue got fixed.

    Note: It's just that Target Platform has to be in sync be it x64 or 'Any CPU'

提交回复
热议问题