How to register C# COM class?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Ok so I created a COM object in C#. It's a class library project with "Register for COM interop" turned on. Fine. Once built how do I register this module on another computer? Regsvr32 says it doesn't have DLLRegserver etc. entry points and regasm says the module is not a valid assembly. So what should I to register it. MSDN article "How to: Register a Component for COM Interop." just desribes hot to turn that "Register for COM interop" option for project. Doesn't say a word on doing it manually on another computer. :wtf: :confused: Thanks a lot in advance!