I'm working on a Windows CE 5.0 device using the .Net Compact Framework 3.5. The device has its own wireless connection and I'd like to use System.Diagnostics.Trace and the local network to monitor application activity, ideally using a listener (DebugView) on a desktop machine to monitor the .Net code running on the CE device.
I have two questions:
1) Is this possible using the Compact Framework 3.5?
2) If not is there another (simple) way which we can acheive it?
Any guidance would be appreciated. Thanks :-)