Search This Blog

Thursday, January 8, 2009

Notes on Creating COM with C#

Articles:
  1. COM Interop Part 1: C# Client Tutorial
  2. COM Interop Part 2: C# Server Tutorial
  3. http://www.codeproject.com/KB/cs/ManagedCOM.aspx
  4. http://www.csharphelp.com/archives/archive190.html
  5. http://www.vector.org.uk/archive/v231/askdll.htm
  6. MSDN:Example COM Class (C# Programming Guide)
  7. csharphelp: Building COM Objects in C#
C# Tutorials

1 comment:

Gary Kindel said...

Need to run
tlbexp mycode.dll /out:mycode.tlb

then run:
regasm mycode.dll /tlb:mycode.tlb