Visual Studio oddities
-
I periodically have 2 odd things happening within Visual Studio 2003; both regarding the forms designer. I belive both are VS bugs, but there are no updates available for me to pull down and I was wondering if others have seen this behavior before: First, within the solution explorer, sometimes all of my form files will get their icons changed from the little blue form to a green c# class file. Once this happens, any attempt to open a form will result in only opening the code. If I simply make a tiny edit to the base class name within the class definition and then change it back (change Form to Form2 and then back to Form), the icon fixes itself and then I can edit the resource. The second odd thing I sometimes see is that a form that I had been editing 2 minutes earlier suddenly reports: An error occurred while loading the document. Fix the error, and then try loading the document again. If I simply close Visual Studio and reopen it, then I'm able to edit this form. Has anyone else seen this oddity?