Search code examples
uninstallation.net-micro-framework

How do we uninstall an application from a NETMF single board computer?


Situation and Question

I have a FEZ Cobra II NET, to which I have deployed a small application. I wrote the application in Visual Studio 2012. Then I connected the Cobra via USB, and deployed to it via Right Click > Deploy in Visual Studio. Now I want to uninstall the application. How do we do this?

Search and Research


Solution

  • MicroFramework .Net has only one application installed at time. If you want different functionality change source code and redeploy new application with VisualStudio and current application will be overwritten.

    If you want to disable current application unplug device from electricity. :P