I think my problem is similar. I have an VB app that checks to see is a particular app is running. That bit works fine.
If the app is not running then it launches it (or is meant to) using process.start("\program files\myapp.exe", "")
1. If I run the exe from the windows\system folder (the default folder that VS2005 IDE deploys to) it runs fine and the app(myapp.exe) is launched.
2. If I run on the device from within the IDE it runs fine and the app(myapp.exe) is launched.
3. If I move the exe (and the referenced OpenNetCF dll's) to the folder where I want it to run (which is the same folder as our main application) the exe appears to run (no errors are produced) however the app(myapp.exe) is not launched.
This is beginning to drive me nuts. I can't figure out what is going wrong.
Anybody have any thoughts, please?