What the hell...?

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2003/2/27/what-the-hell.html
Published Thursday, February 27, 2003 11:07 PM 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.