U
Usman Jamil
Hi
I've a dotnet application in C#. I need to call a COM method from it. The
com component is written in VC++. One method is to add a refrence to that
COM component in my dotnet application that would create and interop and I
can use the methods of that COM interfaces easily. But the problem with this
implementation is that I need ship the interop also along with the output
assembly of the dotnet project. Is there any other way to call the COM
method such that my output assembly of dotnet application does'nt rely on
the interop.
Regards
Usman
I've a dotnet application in C#. I need to call a COM method from it. The
com component is written in VC++. One method is to add a refrence to that
COM component in my dotnet application that would create and interop and I
can use the methods of that COM interfaces easily. But the problem with this
implementation is that I need ship the interop also along with the output
assembly of the dotnet project. Is there any other way to call the COM
method such that my output assembly of dotnet application does'nt rely on
the interop.
Regards
Usman