- COM Interop Part 1: C# Client Tutorial
- COM Interop Part 2: C# Server Tutorial
- http://www.codeproject.com/KB/cs/ManagedCOM.aspx
- http://www.csharphelp.com/archives/archive190.html
- http://www.vector.org.uk/archive/v231/askdll.htm
- MSDN:Example COM Class (C# Programming Guide)
- csharphelp: Building COM Objects in C#
1 comment:
Need to run
tlbexp mycode.dll /out:mycode.tlb
then run:
regasm mycode.dll /tlb:mycode.tlb
Post a Comment