Error: 'Interface not supported'
Question:
Why do I receive an "Interface is not supported" error when trying to use an interface?
Answer:
Verify that STDVCL32.DLL and your type library are registered. If casting an interface, you must be using DCOM and the type library must be registered on the client.
|