Department of InformatiX
Microsoft .NET Micro Framework Tools & Resources
Core (2)
Globalization
Peripherals
WPF (1)
Networking (4)
Developing
Emulators (2)
Port specifics
Others

Deploying

My device uses USB for deployment and debugging but it has a serial port as well. How can I use the serial port instead?

You need special port for such change so contact your porter if they have or would create one for you.

Can the .NET Micro Framework application update itself?

No. The application has no access to the assembly deployment area of memory.

Does deploying a new application erase the extended weak references created by the previous one?

Sean LimingFrom what I have seen so far, the EWRs are kept.

Steve MailletErasing the deployment area does erase the EWRs.