As this link :
RegSvr32 is only for win32 dlls, and as far as I know .NET dlls cannot be registered with regsvr32
. So how to create dll that register with regsvr32?
You can read through these:
A Beginner Tutorial for Writing Simple COM/ATL DLL For VS2012
A Beginner Tutorial for Writing Simple COM/ATL DLL and Using it with .NET