473,406 Members | 2,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Exception Block

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

--
William Stacey, MVP
Nov 16 '05 #1
6 1331
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 !
"William Stacey [MVP]" <st***********@mvps.org> wrote in message
news:eI**************@TK2MSFTNGP12.phx.gbl...
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

--
William Stacey, MVP

Nov 16 '05 #2
Lord2702 wrote:
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?

--
Joerg Jooss
jo*********@gmx.net
Nov 16 '05 #3
My thought as well. If you used that logic, then you would have write your
own framework too.

--
William Stacey, MVP

"Joerg Jooss" <jo*********@gmx.net> wrote in message
news:#N**************@TK2MSFTNGP14.phx.gbl...
Lord2702 wrote:
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?

--
Joerg Jooss
jo*********@gmx.net


Nov 16 '05 #4
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.)

Nov 16 '05 #5
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!.

--
William Stacey, MVP

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:iM*************@cpmsftngxa10.phx.gbl...
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.)


Nov 16 '05 #6
This one is also good. Cheers!
http://www.codeproject.com/csharp/nspring.asp

--
William Stacey, MVP

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:iM*************@cpmsftngxa10.phx.gbl...
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.)


Nov 16 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Brian Alexander | last post by:
Hello; I'm curious to know how people preserve exceptions that arise in a try ... finally block. Consider this example: try: getResource() doSomething() finally: alwaysFreeResource()
9
by: chenchang | last post by:
Hi, experts. i write a simple program to test EH in G++: void throwfunction() { throw "test"; } class A { int i;
5
by: PCC | last post by:
I am using the Exception Managment Application Block on Windows Server 2003 Enterprise and .NET v1.1. If I use the block with an ASP.NET web wervice or in a web application I get the following...
5
by: Kevin Jackson | last post by:
In the following code snippet, will the finally block be executed when the throw is executed in the catch block???? I'm assuming it will. catch (Exception e) { // if...
2
by: Alex | last post by:
Hi. What would happen if an exception occurs inside a Finally block and at the same time inside the try another exception was thrown without been handled by any catch? Alejandro.
40
by: Kevin Yu | last post by:
is it a bad programming design to throw exception in the try block then catch it??
6
by: Vadivel Kumar | last post by:
I've a problem in handling a custom exception The following is my custom exception class: public class AppException : public Exception { public AppException (string message, Exception...
3
by: bobueland | last post by:
Sometimes the best way to understand something is to understand the mechanism behind it. Maybe that is true for exceptions. This is a model I have right now (which probably is wrong) 1. When a...
9
by: TC | last post by:
Hey All, I posted this to the Crypto users group and forgot to add the VB.Net users group. I apologize for any confusion. I have been testing a try / catch / finally block and purposely...
7
by: Ralf Jansen | last post by:
For logging purposes i want to determine if the current executing code is running in an ~exceptionhandling context~. I need no details about the exception just if an exception has been thrown and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.