OK here's a weird one.
Ever since making my app a service I am getting from time to time strange compilation issues.
The compilation will fail with cannot delete webapp.exe, file access error. File open.
However the service is not running and is disabled.
The ONLY way I seem to be able to resolve this is to start up in safe mode, delete the exe and start over. It lasts for a while then rears it;s ugly head again.
BTW I am only performing generate and make and not trying to run the app from within the IDE.
John