[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

To create a COM object from remote server using C#

Andrew HUANG

11/8/2007 5:19:00 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