解决C#调试ArcMap断点不能停的问题
问题出在ArcMap
bin\ArcMap.exe.config
默认是不支持NET4.0
<startup> <!--<supportedRuntime version="v4.0.30319"/>--> <supportedRuntime version="v2.0.50727"/> </startup>
打开设置即可支持NET4.0
只是一个轻轻的过客……
问题出在ArcMap
bin\ArcMap.exe.config
默认是不支持NET4.0
<startup> <!--<supportedRuntime version="v4.0.30319"/>--> <supportedRuntime version="v2.0.50727"/> </startup>
打开设置即可支持NET4.0