I'm learning to program web services while I'm try to create a web service project. I trying to control an appliction running on the server if it is running when the webmethod is called. I use GetObject() to get the application and I get the error:
Server was unable to process request. --> Cannot create ActiveX component.
I know the application is open already, so does anyone know if it is not possible to use the GetObject() call in a web service?
Server was unable to process request. --> Cannot create ActiveX component.
I know the application is open already, so does anyone know if it is not possible to use the GetObject() call in a web service?