C# Register DLL for COM Server
-
Hi All I have C# dll developed now I want to access it using JavaScript in ASP I need to Register it as COM Server? How can I do that Thansk!
Develop2Program & Program2Develop
-
Hi All I have C# dll developed now I want to access it using JavaScript in ASP I need to Register it as COM Server? How can I do that Thansk!
Develop2Program & Program2Develop
Yep, and your class library should have been written to support this from the start.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Hi All I have C# dll developed now I want to access it using JavaScript in ASP I need to Register it as COM Server? How can I do that Thansk!
Develop2Program & Program2Develop
Navneet Hegde wrote:
I need to Register it as COM Server?
Yes.
Navneet Hegde wrote:
How can I do that
1.Use interface and implement it as what you want to do 2.Make the .TLB (type library file) for your C# dll 3.Register TLB
:) I Love KongFu~