HI, I have a visual basic ActiveX dll (prog.dll) with a class (Class1.cls) and want to run it on an NT machine, i also have a visual basic EXE which i want to run on another machine and it calls functions within Class1 of prog.dll. i tried
CreateObject("prog.Class1", "ServerName")
but it throws an error: that it can't find the server. WHAT should i do???
i have also regsvr32.exe prg.dll on the server!!
do i have to include a reference of the dll in the exe??