Exception Block

  • Thread starter William Stacey [MVP]
  • 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
 
L

Lord2702

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 !
 
J

Joerg Jooss

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?
 
W

William Stacey [MVP]

My thought as well. If you used that logic, then you would have write your
own framework too.
 
S

Steven Cheng[MSFT]

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.)
 
W

William Stacey [MVP]

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!.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top