Exception Block

  • Thread starter Thread starter William Stacey [MVP]
  • Start date Start date
W

William Stacey [MVP]

Can someone provide a step by step to getting the sample Exception
Application Block working?
I installed the msi and ran installutil on the dll and run the Test form
app, but I get no new application logs in my Event log and don't see the
events. Have fw 1.1 and server 2003. TIA
 
Sat. Sep. 11, 2004 10:15 PM PT

Instead of fighting on somebody else' code, I will suggest you create your
own exception logging, and I am sure it will be more powerful than any
Exception Block. If you need help, Pl let me know.

Good Luck !
 
Lord2702 said:
Sat. Sep. 11, 2004 10:15 PM PT

Instead of fighting on somebody else' code, I will suggest you create
your own exception logging, and I am sure it will be more powerful
than any Exception Block.

Bold claim. What ever happened to reuse?
 
My thought as well. If you used that logic, then you would have write your
own framework too.
 
Hi William,

Yes, the Application is just a free Exception handling framework, we can
look into it's internal implements and learn its design features. In
addition ,there're also that opensource framework such as Log4NET, which
also provide rich logging features.


Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Thanks Steven. I also ran across
http://www.codeproject.com/csharp/nspring.asp which seems very good and
simple and no config files to deal with upfront ( not a fan of config files
yet.) Have not checked it all for threading issues. Was able to add a
DelegateLogger to the code in about 5 minutes to give me a logger to my
RichTextBox and FileLogger at same time. I like it very much so far.
Cheers!.
 
Back
Top