I have installed a Windows NT Service developed using Visual C++...This service will be accessed by multiple Visual Basic clients ...Since Visual C++ doesn't create .VBR file automatically, I tried to create it myself..But this failed!!
So I registered the COM component(defined in the service) by using actual Executable name with /Regserver switch...Then I had to go to DCOMCNFG to run it on different computer...I dont want to install the Executable(NT SERVICE) on the client side...Is there a simple way of registering the COM component(running as service on Remote computer) on the client side?
thanks in advance
So I registered the COM component(defined in the service) by using actual Executable name with /Regserver switch...Then I had to go to DCOMCNFG to run it on different computer...I dont want to install the Executable(NT SERVICE) on the client side...Is there a simple way of registering the COM component(running as service on Remote computer) on the client side?
thanks in advance