Search code examples
c#dllregsvr32

How to create library that can register with regsvr32?


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?


Solution

  • 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