azbd 发表于 2014-3-28 17:25:54

程序装载出现错误,请高手指点

有一个项目一直正常,今天发生程序装载出现错误的问题,请高手指点。错误提示如下:

命令: NETLOAD
无法加载程序集。错误详细信息: Autodesk.AutoCAD.Runtime.Exception: eDuplicateKey
   在 Autodesk.AutoCAD.Runtime.CommandClass.AddCommand(ICommandLineCallable ca,
MethodInfo mi)
   在
Autodesk.AutoCAD.ApplicationServices.AutoCADApplicationHolder.Initialize(Assembl
y assembly)
   在
Autodesk.AutoCAD.ApplicationServices.ExtensionLoader.ProcessAssembly(Assembly
assembly)

sieben 发表于 2014-3-29 18:58:35

说你重复定义了命令,即有两个一样的命令
页: [1]
查看完整版本: 程序装载出现错误,请高手指点