What the hell...?

Yikes! What the hell does this mean?

The word "BEGIN" is nowhere in my files..

Update:

Ok. I don't know how to upload the picture, so heres  the error message i got from VS.NET c# compiler last night:

"Internal compiler error(0xc00000005 at address 531550F0):

likely culprit is 'BEGIN'.

An internal error has occured in the compiler. To Work around this problem, try simplifying or changing the program near the locations listed below. Locations at the top of the list are closer to the point at which the internal error occured."

And underneath this was "BEGIN". Selecting that message highlited nothing. I think it was referring to the IL code that was generated somehow....

---------------------

Update 2:

OK. The wierd problem went away after i remarked the last few lines of code that i added, rebuilt, unmarked and rebuilt again. it totally went away. Definatly weird.. Thanks for your comments people.

but just to enlighten everyone I'm quoting this comment:

"

Name: Paul Laudeman
Posted Date: 2/28/2003 8:34 AM

This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh? "

 

Published Friday, February 28, 2003 1:07 AM by RoyOsherove

Comments

Thursday, February 27, 2003 8:38 AM by Jason Bock

# re: What the hell...?

What you referring to? Your image isn't showing up...
Thursday, February 27, 2003 9:24 AM by Ben Richardson

# re: What the hell...?

To use the add an image to your blog you need to upload the file somewhere, the app (winform or web) won't upload the file from your local hard drive.

So the rest of us are seeing a broken image in your post.
Friday, February 28, 2003 1:34 AM by Paul Laudeman

# re: What the hell...?

This is a bug within the IDE that we've come across many times. The fix that has worked for us in most cases was to simply select all the code, cut it, save the file, and paste it back in and recompile. Odd, eh?
Friday, February 28, 2003 2:09 AM by Paul

# re: What the hell...?

Try just doing a full rebuild... Might be a problem in the incremental compiler (I never trust incremental compilers!) :)
Monday, September 22, 2003 6:47 PM by Joon

# re: What the hell...?

the cut, save, and re-paste trick didn't work for me

selecting "rebuild solution" option instead of my usual shift+ctrl+'b' shortcut did fix things though
Saturday, September 27, 2003 3:42 PM by Kofi Sarfo

# re: What the hell...?

how odd.