I presume you have the ActiveX EXE registered on the remote server, and are
accessing it from a Standard EXE on your local machine. Is the VB run-time
installed on the server machine? Is the ActiveX EXE also registered on your
local machine? If so, is it the exact same version? Are you the only user
accessing the ActiveX EXE? Are the two computers in the same domain? What
code are you using to create a class instance from your ActiveX EXE?
Tony Proctor
"GreedyBas_tard" <GreedyB...@discussions.microsoft.com> wrote in message
news:074AEB45-4885-43B1...@microsoft.com...
> This is my first attempt at creating and activeX exe. The code works, i
have
> tested it on my pc; but i cant get it to execute on the server. What all
do i
> need to do to make this exe run on a server?