Regasm support?

Are there any step templates for Regasm? If not, are there any power shell samples for running regasm to register a .NET component with COM?

scott

Figured it out on my own. Some issues though:

  1. You must use the correct CPU bitness version that matches your dll (X86 vs X64)
  2. Regasm will warn with warning RA000 if your assembly is not signed. Signing your assembly means all other refernces assemblies must be signed as well :frowning: