Background: I have a .Net 3.5 WPF \"Prism\"-based application running on Windows XP and Windows PosReady 2009 PCs. The app runs on PCs that are shut down every
Have you tried remote debugging the production system?
What you need to remote debug are:
You can attach to an already running process, but you can also start the app from inside visual studio.
If your development system is located far away from the production system, use a laptop and remote desktop to bring your developer studio to the production system. I do this routinely. Even a five metre distance between the two is annoying.
I can elaborate on this, if there's interest, or if you run in to trouble setting up the connection.
Good luck!