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.

Unable to run RegAsm: Error related to access to the Registry

I have a C++ project that calls RegAsm in the pre-build event for a couple of assemblies. The pre-build event …

.net msbuild regasm