首页 > 其他 > 详细

Visual studio2010开发AutoCAD2008、2006 启动调试问题

时间:2015-10-26 00:13:37      阅读:297      评论:0      收藏:0      [点我收藏+]

打开CAD安装目录下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 1.1 by uncommenting the following line.
        <supportedRuntime version="v1.1.4322"/>
-->
     <supportedRuntime version="v2.0.50727"/>
   </startup>
</configuration>

 

Visual studio2010开发AutoCAD2008、2006 启动调试问题

原文:http://www.cnblogs.com/nuoyi/p/4909852.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!