Issue on Windows Service Application

Posted by Naraayanan under C# on 5/19/2014 | Points: 10 | Views : 1010 | Status : [Member] | Replies : 1
Windows Service Application(WSA) Code works in Debug Mode,But after Installed WSA is not worked ,why?

I am using Unmanaged Code Dll in my Application. I am using Thread for OnStart Method in the Service Installer Class file . I am using another thread for Create File and Convert into different format. Please let me know the solution

Regards,
Lakshmi Naraayanan.S
http://dotnettechrocks.blogspot.in/
http://abaprocker.blogspot.com/



Responses

Posted by: Sheonarayan on: 5/19/2014 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
There might be possibility of access permission issue. Ensure that the account from which your windows service is running has full permission to execute the .dll and the service.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Naraayanan, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response