I have written an ActiveX EXE server and a client application. The client app runs
the ActiveX EXE server. It creates a server object using CreateObject("myclass","server").

If the client app tries to run the ActiveX EXE server on a remote computer, a runtime
error 429 'ActiveX Component can't create object' occurs.

The ActiveX EXE server has been installed on the remote (server) and the local (client)
computer. The client application has been installed on the local computer. The remote
computer has Win95 and the local computer has NT4.0.

If the remote computer has also NT4.0. The ActiveX server runs without error. Also
everything works fine if the client app and the ActiveX server run on the Win95 computer.

Any idea??