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.
If I want to make a .NET assembly usable as a COM server I have to add a set of …
.net com assemblies regasm snkWe have a plugin for IE based on spicIE, the purpose is to connect to some external devices. To connect …
c# dll regasm dllregistration ie-pluginsI 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 tlbexpWhen 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 regasmI have a simple C# project when built with MSBuild it builds an assembly that can't be registered with RegAsm (…
c# visual-studio-2010 msbuild regasm registeringI'm attempting to expose our library via COM but seem to be fighting the tools more than the actual problem. …
c# com-interop regasm