RegAsm错误:找不到指定的模块 [英] RegAsm Error : The specified module could not be found

查看:90
本文介绍了RegAsm错误:找不到指定的模块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在.NetFramework 4.0中创建了Activex(COM控件)控件,在此Activex中,我使用了一些第三方参考.
为了在Web应用程序中使用此控件,我创建了.CAB文件
我想使用RegAsm.exe(V.4.0)在客户端计算机中注册此Activex控件

我的cab文件设置在Windows Xp机器上运行良好,并且在Windows 7机器(已安装VS 2010)下也可以运行

但是我的客户端计算机仅安装Windows 7和Framework 4.0.那里失败了

使用RegAsm注册时,出现以下错误

RegAsm:错误RA0000:无法加载文件或程序集3RdParty.dll或其依赖项之一.找不到指定的模块.

请帮助我解决此问题.

Hi

I have created Activex(COM control) control in .NetFramework 4.0, in this Activex I have used some 3rd party references.

To use this Control in Web application I have created .CAB file
I want register this Activex control in Client machine using RegAsm.exe (V.4.0)

My cab file setup is working fine in Windows Xp machine, and it is also working in Windows 7 machine (VS 2010 installed)

But my Client machine is Windows 7 and Framework 4.0 only installed. There it is failed

While registering using RegAsm I am getting following Error

RegAsm : error RA0000 : Could not load file or assembly 3RdParty.dll or one of its dependencies. The specified module could not be found.

Please Help me to fix this issue

推荐答案

请确保已安装此COM dll并将其注册为安装的一部分.
Make sure this COM dll is installed and registered as part of the installation.


也可能是UAC问题.尝试以管理员身份运行regasm.
Might be an UAC issue too. Try and run regasm as Administrator.


这篇关于RegAsm错误:找不到指定的模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆