Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an installed service with a valid path to the executable. However, when I try running the service, GetLastError/FormatMessage gives me the message "the system cannot find the path specified". Since it appears that the specified path in the properties panel of the service in question is a valid path, how can I find which path the system thinks it is looking for? It doesn't seem to be looking for the one I think it should be looking for. Is there a way to get to the string containing the path that generates the error?

Thank you
Posted
Updated 7-May-10 21:10pm
v2

1 solution

Dear I suggest you debug your code. In this way you can find and fix the error. Or you may post your code on the web, I'll try to fix your error. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900