Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

RegAsm Error : RegAsm : error RA0000 : Could not l


1 reply to this topic

Sathiskumar

Sathiskumar
  • Full Members
  • 1 posts

Posted 24 October 2010 - 10:03

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) (to Register using RegAsm)

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

Edited by Sathiskumar, 24 October 2010 - 11:06.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 25 October 2010 - 11:01

Looks like some missing runtime dependency. Using Dependencywalker you should be able to figure out what is missing.