解决C#调试ArcMap断点不能停的问题


问题出在ArcMap

bin\ArcMap.exe.config

默认是不支持NET4.0

  <startup>
    
    <supportedRuntime version="v2.0.50727"/>
  startup>

打开设置即可支持NET4.0

相关