Top "Regasm" questions

Regasm is an Assembly Registration tool that reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently.

Problem registering a dll - Access Denied

When trying to run regasm in Win2008 Server: regasm "C:\Program Files\FooProg\Bar.dll" /tlb:"C:\Program Files\FooProg\…

regasm dllregistration
What is difference between RegAsm.exe and regsvr32? How to generate a tlb file using regsvr32?

Can any body tell me what is the difference between regsvr32 and RegAsm? My Dll is in C#, so how …

c# c++ visual-c++ com regasm
Use Visual Studio Setup Project to automatically register and GAC a COM Interop DLL

I've created a .NET assembly for COM interop and it is working well on my development machine. I'm currently trying …

.net interop gac setup-project regasm
RegAsm error RA0000 Could not load file or assembly on Network Drive

I experience a problem using a batch file to call Regasm on framework 4 on a network drive. It works correctly …

regasm
Class not registered error for Instantiation of C# object via COM from VC++

In a VC++ project, I am trying to create an instance (via COM) of a C# class contained within a …

c# .net visual-c++ com regasm
RegAsm - When is the /codebase option applicable?

I have a COM-visible DLL written in C# that I would like to use in a VB6 application. I have …

dll com vb6 regasm comvisible
How to do RegAsm so that it cover 32-bit and 64-bit?

I have a DLL file prepared by C# and my system is Windows 7 64-bit. When i apply the RegAsm its …

c# windows com regasm regedit
Regasm - Unable to locate input assembly

I wrote a .NET assembly and registered it successfully in my local machine using Regasm but when I try to …

.net com regasm
regasm RA0000: No types were registered

I have a C++/CLI assembly (compiled for .NET 3.5 that comes with Windows 7). The assembly is marked as ComVisible(true). …

.net c++-cli regasm
RegAsm dll no types registered

I am attempting to register a .dll using RegAsm. It is a .NET 2.0 dll. All classes are public and ComVisible …

c# dll regasm