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

mac2022-06-30  129

把acad.exe.config文件修改为:------------------------------------------------------------------------------------<configuration>   <startup><!--We always use the latest version of the framework installed on the computer. If youare 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>

转载于:https://www.cnblogs.com/chinaHunk/p/7455207.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)