Click here to Skip to main content
15,888,058 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
do we have event viewer in device applications where we can log the exceptions as it is done in event viewer in desktop applications.I am using log4net as a logging tool for my device.In my project Visual Studio 2008, Windows Mobile 6 professional SDK as target platform and .Net Compact Framework 3.5 have been used .
Posted

1 solution

I do not believe there is one. Probably your best bet would be to create a simple viewer yourself. Storing the data in a mobile database or even writing it to an HTML file that you could then view might be an easy option.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900