To create a COM object from remote server using C# -
11-08-2007
, 12:19 PM
Hi, all.
I've a problem when I create a COM object as the two following ways:
1. Using Type.GetTypeFromCLSID and Activator.CreateInstance:
Only obtain the COM objects which are created by .NET, managed component.
2. Using Type.GetTypeFromProgID:
Return null for all components.
How to get all COM objects from remote server?
Thanks,
-Andrew |