![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm working on VB.NET interpreter, it will be the second language supported by paxScript.NET scripting engine (www.paxscript.net). I need in the full VB.NET compile-time error message list (like CS0001-CS5000 for C#) but I cannot find it in MSDN - there are not items VB0001, VB0002 etc. Could you help me please? |
#3
| |||
| |||
|
|
Hi Alexander, you are right. There doesn't seem to be a separate list for VB.NET's compiler messages. However, you can find them in the MSDN docs by looking for BCxxxx(x) in the index. |
|
I'm looking forward to your VB.NET version of paxscript.NET. :-) |
|
"Alexander Baranovsky" <ab (AT) cable (DOT) netlux.org> wrote in message news:uYU6elrsFHA.3596 (AT) TK2MSFTNGP15 (DOT) phx.gbl... I'm working on VB.NET interpreter, it will be the second language supported by paxScript.NET scripting engine (www.paxscript.net). I need in the full VB.NET compile-time error message list (like CS0001-CS5000 for C#) but I cannot find it in MSDN - there are not items VB0001, VB0002 etc. Could you help me please? Hi Alexander, you are right. There doesn't seem to be a separate list for VB.NET's compiler messages. However, you can find them in the MSDN docs by looking for BCxxxx(x) in the index. For .net 2.0 beta 2 this gives me BC2000-BC2026 BC30000-.... I don't know of a way to extract a list from this but I hope it helps you in some way. I'm looking forward to your VB.NET version of paxscript.NET. :-) Sven |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |