使用 VB DLL Visual Studio 2008 在 Windows 7 中运行错误
当我在 Windows7 32BIT 中运行的 VS2008 中使用 [VB DLL] 时,它工作正常,
但是当我在 windows7 64BIT 中运行 VS2008 中的 [VB DLL] 时,它给我以下错误:
创建表单时出错。 请参阅 Exception.InnerException 细节。错误是:无法加载 文件或程序集'Interop.HMS_Server, 版本=784.0.0.0,文化=中立, PublicKeyToken=null' 或其之一 依赖关系。系统找不到 指定的文件。
关于如何运行该应用程序有任何建议吗???
when i'm using [VB DLL] in VS2008 running in Windows7 32BIT , it works fine,
BUT when i run the [VB DLL] in VS2008 in windows7 64BIT , it give me the following error:
An error occurred creating the form.
See Exception.InnerException for
details. The error is: Could not load
file or assembly 'Interop.HMS_Server,
Version=784.0.0.0, Culture=neutral,
PublicKeyToken=null' or one of its
dependencies. The system cannot find
the file specified.
ANY SUGGESTIONS PLEASE ABOUT HOW TO RUN THE APPLICATION???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在 SysWOW64 中注册它或其他 OCX 和 COM DLL
Just Register it or other OCX and COM DLLs in SysWOW64