Hi, clever people,
I have converted one of my webserver apps to a service using self service
When I run the application as a normal exe everything works fine.
When I run it as a service I seem to experience problems with calls to com objects.
I think its some authority issue with windows but don't know where to look.
The symtoms are:
My office inside excel spreadsheet export no longer works.
I can't see any messages in debugview using p_web._trace ..
I think p_web._trace also uses a com object.
Many thanks.