|
| Total Answers and Comments: 5 |
Last Update: September 09, 2008 |
|
| | |
|
Submitted by: anugrah All you need to do is to add the reference of COM dll ....
Behind the curtain this will automatically create a file .interop.dll and your can now directly use the methods exposed by the COM dll in your C# code.
You need to take care that your actual COM dll is registered and the Interop dll also ships with your application i.e. both dlls are required.Â
Thanks and Regards Atreya, Anugrah
Above answer was rated as good by the following members: markhazleton, prapthi | Go To Top
|