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.

Registering .Net COM DLLs without Admin rights / regasm

Recently, I wrote a class library in C# for use in Office applications, including a critical Access application used by ~70 …

.net vba dll registry regasm
Why exactly does regasm warn me about signing with a strong name?

If I want to make a .NET assembly usable as a COM server I have to add a set of …

.net com assemblies regasm snk
Registering a .NET dll for use in VB6 application

I have a DLL I wrote in C# which I want to use in my VB6 application. In VS2008 the …

.net com vb6 regasm
Registering a COM object created with VS C# 2010

I created a COM object with C# yesterday which resulted in three files in the bin/release directory of my …

c# dll com regsvr32 regasm
What does RegAsm really do? Where are files copied?

We have a plugin for IE based on spicIE, the purpose is to connect to some external devices. To connect …

c# dll regasm dllregistration ie-plugins
How to Register a Type Library without RegAsm.exe

I want to know if it's possible to register a type library without using the RegAsm tool. Here is my …

.net com-interop regasm dllregistration tlbexp
c# excel dll - can't add a reference to the specified file - regasm

When deploying and registering a .Net Excel.dll on another computer, I get an error Can't add a reference to …

c# dll windows-vista excel-2007 regasm
How do you register/unregister an EXE as a COM object from C#?

EDIT 5/11/2013: This question originally asked how to programmatically register a COM object using code from .NET without having to use …

c# .net com regasm
Regasm and Com Interop false negatives

I'm attempting to expose our library via COM but seem to be fighting the tools more than the actual problem. …

c# com-interop regasm