码迷,mamicode.com
首页 > Web开发 > 详细

.net开发CAD2008无法调试的解决方法

时间:2017-08-30 21:37:38      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:com   config   ack   latest   led   nbsp   exp   rtu   spec   

把acad.exe.config文件修改为:
------------------------------------------------------------------------------------
<configuration>
   <startup>
<!--We always use the latest version of the framework installed on the computer. If you
are having problems then explicitly specify .NET 2.0 by uncommenting the following line.
                <supportedRuntime version="v2.0.50727"/>
-->
<supportedRuntime version="v2.0.50727" /> 
   </startup>
</configuration>

.net开发CAD2008无法调试的解决方法

标签:com   config   ack   latest   led   nbsp   exp   rtu   spec   

原文地址:http://www.cnblogs.com/chinaHunk/p/7455207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!