Groups | Blog | Home
all groups > dotnet clr > january 2004 >

dotnet clr : internal compiler error


reiks
1/27/2004 3:21:05 AM
what is this internal compiler error? How is it generated
Miha Markic
1/27/2004 12:46:30 PM
Hi,

It is an error that should not occur.
Try rebuilding.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

[quoted text, click to view]

briangru NO[at]SPAM online.microsoft.com
1/30/2004 10:40:50 PM
Internal compiler errors usually mean the compiler itself had an access
violation. They're almost always bugs in the compiler, though occasinally
setup problems may cause these as well.

For the C# and Visual BASIC compilers, you can use the /bugreport option to
generate a file containing all your source, your compiler command line
options, some data about what version you're using, and some simple notes
from you about what you expected to happen. These are invaluable to the
compiler developers to help reproduce your problem, so they can diagnose &
fix it.

If you get an internal compiler error, please generate a bug report and
post it on a newsgroup for your language. Your compiler vendor will want
to know about it.

Brian Grunkemeyer
MS .NET Framework Base Class Library team
AddThis Social Bookmark Button