How to use COM DLL in ASP.NET using C#
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
HI, I have add Refernce to COM DLL in ASP.NET. Now how can i use it, means create its object and calls its Functions etc, DLL name is COMDLL.dll and after creating its refernce nameis Interop.COMDLLLib . so how i can use it thanx Regards.