Home All Groups Group Topic Archive Search About

Where is the ENTIRE list of compile time error messages/numbers stored in vb/visual studi

Author
24 Aug 2006 12:04 PM
mike
I need to print out a list of ALL the ppossible compile time errors
that the VB.net compiler might find.

Where is this list stored and how can I access it?

mike

Author
25 Aug 2006 2:53 PM
Phill W.
mike wrote:
> I need to print out a list of ALL the ppossible compile time errors
> that the VB.net compiler might find.

Dare I ask what you'd want to /do/ with this, even assuming you could
get hold of it?

Regards,
    Phill  W.
Author
11 Sep 2006 9:05 PM
mike
Dear Phil:

sorry I have not responded back to you quickly. I have been away and
without internet connections.

I need the list because I have written a program which allows the user
to generate his or her own code and then compile it on the fly.  If
that code generates an error message, i need to enable the user to
understand that message or, I might want to intercept the message, and
create my own explanation of it, and or suggest a fix to the user.

Any thoughts?

Again, sorry for the long time to respond, and many thanks for your own
response to me.

Mike


Phill W. wrote:
Show quoteHide quote
> mike wrote:
> > I need to print out a list of ALL the ppossible compile time errors
> > that the VB.net compiler might find.
>
> Dare I ask what you'd want to /do/ with this, even assuming you could
> get hold of it?
>
> Regards,
>     Phill  W.