Anyone know how to gain access to this file from a VB.NET Windows App project? SOmeone recommended I look into it but I can't find out how to open it/edit it.
Thanks!
Printable View
Anyone know how to gain access to this file from a VB.NET Windows App project? SOmeone recommended I look into it but I can't find out how to open it/edit it.
Thanks!
Nice link on how to use the System Event Logger, but that's not the question.
It sounds to me like you want to access the "Application" log, under event viewer. Is that not what you are trying to do?
Masfenix told me about it.
It sounds like a way to intercept Application Errors through code.
That is new in .Net 2.0. Since you're using 2003 (.Net 1.1), it doesn't exist.Quote:
Originally Posted by Dave Sell
Thanks stanav!