Annoying message when I start a debug session in Windows CE 4.1 emulator

I need to keep an old Compact Framework application written for Windows CE 4.1 in Visual Studio 2003 (sigh!). This is a German localized version of Visual Studio 2003.

Every time I start a debug session in the WinCE emulator, I get this message on the virtual device:

"Microsoft.NET CF 1.0 DE-String ist bereits installiert. MΓΆchten Sie erneut installieren?"

which is translated into English means:

"Microsoft.NET CF 1.0 DE-String is already installed. Do you want to reinstall it?"

After clicking OK, the application works fine, but it is very annoying havong to click it every time I test the application. Is there a solution for this?

Thanks!

+1


a source to share


1 answer


You want to disable the deployment of lean fabric on a mobile device when deploying. This is an option that you can turn off in your project properties menu under the Devices tab, which will interrupt this every time.



+1


a source







All Articles