- 积分
- 324
- 明经币
- 个
- 注册时间
- 2004-7-30
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
我在一个用C#开发的应用程序中引用AutoCAD2005自带的托管封装类acmgd.dll和acdbmgd.dll,想使用其中的一些类来开发新的应用程序,但是在编译通过后却无法运行,说是找不到相应的Publisher Policy File和 Host configuration file.不知道能不能将这两个组件引入到一个新的C#应用程序(.exe类型)程序中?如果能,应该怎样设置?以下是程序调试信息:
LOG: Publisher policy file is not found. LOG: Host configuration file not found. LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: acmgd, Version=16.1.63.0, Culture=neutral, PublicKeyToken=7208edf2a10162b1 LOG: Attempting download of new URL file:///C:/Documents and Settings/Administrator/My Documents/Visual Studio Projects/winAppSql/bin/Debug/acmgd.DLL. |
|