GetTypeFromProgID: Invalid class string
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am getting the following error: System.Runtime.InteropServices.COMException (0x800401F3): Invalid class string at System.RuntimeType.GetTypeFromProgIDImpl(String progID, String server, Boolean throwOnError) at System.Type.GetTypeFromProgID(String progID, String server, Boolean throwOnError) generated by the following code: Dim tServerType As Type Dim RemoteServer As WMSServer Try tServerType = Type.GetTypeFromProgID("WMSServer.Server", , True) RemoteServer = Activator.CreateInstance(tServerType) I imagine I have to register the progID on my server? Anything else? (details appreciated) ________________________________________________________________________ Dave Y10K bug! Let's not get caught with our pants down **AGAIN**! (DC 02002)