Possible Duplicate:
VS2005 Winforms Designer Exception Screen and IE8
All of the sudden, visual studio displays designer errors as plain html text, for example:
<DIV id="div1" class="ErrorStyle" width="100%"><span style="font-weight: 600"><br>Object reference not set to an instance of an object. </span><br><a href=""
instead of displaying the usual html formatted. I haven't been able to find anything similar to it on google.
Before getting this problem, when I tried opening the winform designer, I would get the run/save/cancel dialog of internet explorer for a .tmp file, instead of the designer window. That went away when I found out that I had notepad assigned to the .tmp file type and removed that.
Any ideas how to fix this?