문제

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

도움이 되었습니까?

해결책

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

다른 팁

In .NET Micro Framework SDK, there is a tool, named MFDeploy , provided to deploy/upgrade device firmware. You can use this application to flash your embedded device's program memory.

Here's an overview: MFDeploy

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top