- 积分
- 54087
- 明经币
- 个
- 注册时间
- 2006-5-28
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
发表于 2016-4-29 09:50:47
|
显示全部楼层
print1985 发表于 2016-4-29 09:36
dll文件没加载成功 按照说明加载
32位用上面那个dll文件测试下
指令: NETLOAD
无法载入组合。错误详细资料: System.IO.FileLoadException: 无法载入档案或组件
'file:///C:\R12\LISP1\DrawJigCopy.dll' 或其相依性的其中之一。 不支援作业。 (发生例外状况于 HRESULT:
0x80131515)
档案名称: 'file:///C:\R12\LISP1\DrawJigCopy.dll' ---> System.NotSupportedException:
尝试从在旧版 .NET Framework 中会导致以沙箱处理组件的网路位置载入组件。这个版本的 .NET Framework 预设为不启用 CAS
原则,所以这种载入可能会有危险。如果这项载入原意并非要以沙箱处理组件,请启用 loadFromRemoteSources 参数。如需详细资讯,请参阅
http://go.microsoft.com/fwlink/?LinkId=155569。
于 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String
codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean
forIntrospection, Boolean suppressSecurityChecks)
于 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String
codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean
forIntrospection, Boolean suppressSecurityChecks)
于 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean
forIntrospection, Boolean suppressSecurityChecks)
于 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile,
Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm
hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks,
StackCrawlMark& stackMark)
于 System.Reflection.Assembly.LoadFrom(String assemblyFile)
于 Autodesk.AutoCAD.Runtime.ExtensionLoader.Load(String fileName)
于 loadmgd()
指令:
NETLOAD 无法载入组合。错误详细资料: System.IO.FileLoadException: 无法载入档案或组件
'file:///C:\R12\LISP1\Interop.IWshRuntimeLibrary.dll' 或其相依性的其中之一。 不支援作业。
(发生例外状况于 HRESULT: 0x80131515)
档案名称: 'file:///C:\R12\LISP1\Interop.IWshRuntimeLibrary.dll' --->
System.NotSupportedException: 尝试从在旧版 .NET Framework 中会导致以沙箱处理组件的网路位置载入组件。这个版本的
.NET Framework 预设为不启用 CAS 原则,所以这种载入可能会有危险。如果这项载入原意并非要以沙箱处理组件,请启用
loadFromRemoteSources 参数。如需详细资讯,请参阅
http://go.microsoft.com/fwlink/?LinkId=155569。
于 System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String
codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean
forIntrospection, Boolean suppressSecurityChecks)
于 System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String
codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint,
StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean
forIntrospection, Boolean suppressSecurityChecks)
于 System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName
assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean
forIntrospection, Boolean suppressSecurityChecks)
于 System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile,
Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm
hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks,
StackCrawlMark& stackMark)
于 System.Reflection.Assembly.LoadFrom(String assemblyFile)
于 Autodesk.AutoCAD.Runtime.ExtensionLoader.Load(String fileName)
于 loadmgd() |
|