how to createCOM component in C#.Net

  • Thread starter Thread starter TulasiKumar
  • Start date Start date
T

TulasiKumar

Hi all,
i am new in C#.Net.How to create COM compenent in C#.Net?Any one please help
me.Kindly give me any Documentation.

Thanks in advance
Regards
TulasiKumar
 
If you are new to C#, I would suggest you start learning the basics of the
language and the framework classes and the platform tools before you even
try to create components that you would expose to COM clients, or before you
try to create instances of native COM from .NET.
COM interop is complex and requires a good knowledge of both COM and .NET,
don't believe those that say it's plain simple, it's not.

Willy.
 
Back
Top