在 Delphi 中使用 .NET 程序集
我目前需要在 delphi 中打开并使用 .NET 程序集。 我尝试使用的程序集也有它正在使用的对象的程序集。 通过对象组装,我能够使用 regasm 来创建类型库。 我还能够分配一个 SN 并向 GAC 注册。
现在,我尝试在 Delphi 中使用主程序集,尝试使用 regasm,但最终收到错误“Regasm:错误 RA0000:无法找到输入程序集 [位置] 或其依赖项之一。” 我查看了位置和文件名,没有任何问题。 我在某个地方错过了一个步骤吗?
I am currently required to open and use a .NET assembly in delphi. The Assembly that i am trying to use also has an assembly of objects it is using. With the object assembly i was able to use regasm to create a type library. I was also able to assign a SN and register it with the GAC.
Now with the main assembly i am tyring to use in Delphi, i try using regasm and i end up getting an error "Regasm : error RA0000 : Unable to locate input assembly [location] or one of its dependencies." I have looked over the location and file name and there is nothing wrong. Am i missing a step somewhere?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定您的程序集引用的所有程序集都在 GAC 中吗?
Are you sure all the assemblies your assembly references are in the GAC?