What is the best way to write an error log file on Windows-mobile?
1 answer
I would recommend using the EventLog class of the OpenNETCF.Diagnostics Smart Device Framework namespace for this. I prefer to use the Smart Device Framework simply because classes often try to mirror the names and functionality of their colleagues from the full .NET platform as well as the free community version as closely as possible :)
Documentation for the Smart Device platform is here .
+3
a source to share