Error Count in VB?
-
Hi there.. Can I get the count of errors which have occured during the running of my project? If Yes, how??
The name is Sandeep
you can compile .net code on the fly. There is an article by Jim Rogers here.
Regards, Satips.:rose:
-
you can compile .net code on the fly. There is an article by Jim Rogers here.
Regards, Satips.:rose:
-
Hi, Thnx for your interest. But frankly speaking.. i didnt get what you said. My question is corresponding to VB..
The name is Sandeep
Did you go through the Link which i have provided there?
Regards, Satips.:rose:
-
Hi there.. Can I get the count of errors which have occured during the running of my project? If Yes, how??
The name is Sandeep
There is nothing in the .NET BCL that will do this for you automatically. Why would need such information anyway? About the only way I'd see this working is if you put some kind of information logger in every one of your exceptions handlers that called a remote component that logged all of this info. You might want to look into the Exception Handling Application Block[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
There is nothing in the .NET BCL that will do this for you automatically. Why would need such information anyway? About the only way I'd see this working is if you put some kind of information logger in every one of your exceptions handlers that called a remote component that logged all of this info. You might want to look into the Exception Handling Application Block[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007