RegAsm : error RA0000 : the specified module could not be found
Hi all,
I have an assembly dll. while trying to register it using regasm
regasm x:\source\qryserver\NVserver\bin\debug\NVServer.dll.
I had successfully registered the same on other machines, I registered
this some time back even opn my machine, but now I formatted my machine
and when I tried to register this it is failing.
I have VS.Net2005 running, with framework 2.0 . The framework is also
placed in the path .
when I try to see the attributes of regasm it is showing it fine. The
dll is also placed correctly in the assembly.
Pls let me know where I am missing.
Thanks in advance.
Regards,
Suresh
.
Relevant Pages
- Re: Access a VB.net ComClass from VB6
... Did you register the component using RegAsm? ... I initially registered it using RegAsm but after that everytime I ... vb6 program. ... I downloaded a sample app from msdn site and it worked and it did have ... (microsoft.public.vb.com) - RegAsm : error RA0000 : the specified module could not be found
... I have an assembly dll. ... while trying to register it using regasm ... and when I tried to register this it is failing. ... I have VS.Net2005 running, with framework 2.0. ... (microsoft.public.dotnet.languages.csharp) - Re: Cant register an assembly for COM interop
... >I have created a C# class library project in VS.NET 2003 that handles ... if I do not use Visual Studio to register my assembly ... > use regasm instead, I cannot access the COM objects. ... install the DLL in the same folder as the COM client ... (microsoft.public.dotnet.framework.interop) - Re: .NET ActiveX dll and regasm
... I figured out if I use Regasm and use the /reg switch which creates a .reg ... I cannot register it as a normal COM component using regsvr32, ... lets say I create a VB6 app and want to use the .NET dll. ... Does the installer of the VB6 app have to register the .NET dll by ... (microsoft.public.dotnet.general) - Re: ComVisible
... I already understood what you did with regasm. ... related to your source code how do you export for COM. ... checking the box in the project properties to "Register for COM Interop". ... public interface IMyInterface ... (microsoft.public.dotnet.framework) |
|