Unable to automatically step into the server when debugging WCF

后端 未结 5 2559
半阙折子戏
半阙折子戏 2021-02-19 19:45

I get the dreaded:

Unable to automatically step into the server. The remote procedure could not be debugged.This usually indicates that debugging has not been enable

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-19 20:35

    I had the same issue. When i checked, my service project was built using .NET Framework 4.5 where was client project was on .NET Framework 4.0

    I changed the project properties of service project to have .NET Framework 4.0 and it worked.

提交回复
热议问题