GetTypeFromProgID / GetTypeFromCLSID won't create remote object
-
I don't get what I'm missing. This code throws an 'Access denied' exception (not a COMException): Dim RemoteServer As WMSServer tServerType = Type.GetTypeFromProgID("WMSServer.Server", <remote server>, True) So I tried this code, but it throws a 'Class not registered' COMException Dim WMSGuid As New Guid("{A2EFA5CB-3B0E-11D2-9EFD-006097D2D7CF}") tServerType = Type.GetTypeFromCLSID(WMSGuid, <remote server>, True) I'm pretty sure I've got the permissions and User IDs set up, and I've registered WMSServicesTypeLib.dll. Is there something more I should be doing? ________________________________________________________________________ Dave Y10K bug! Let's not get caught with our pants down **AGAIN**! (DC 02002) -- modified at 13:20 Tuesday 30th August, 2005