What are the requirements for running .net framework targeted application on Windows CE 5?
If I try to start an application that I developed for Windows Mobile 6, I will get the following error.
Cannot find 'Projectname' (or one of its components) Make sure the path and filename are correct and that all the required libraries are available
My app is a simple hello world app. What could cause that such error message?
Is there a way to dertimine which .net compact framework version is running on my system?