I have a Visual Basic app that I made a service. This VB app calls a com object. I used instsvc.exe and srvany.exe to install the service and the service starts and works fine, except when it needs to call the com object. When it calls this com object I get the error "Method '~' of object '~' Failed. When I run this application as a stand-alone, It works fine and if this method fails It gives me clearer error message like "Method methodName or object Iinterface Failed". Maybe the service needs permissions for this COM object?
Thanks in Advance
Matt K