Help -- New code in solution won't fomat

  • Thread starter Thread starter Dave Powlin
  • Start date Start date
D

Dave Powlin

VB.Net 1.1

The code behind a Winform has lost its formatting. When I go to the next
line, the cursor goes all the way to the left. Also, text will not
autocomplete. I get Intellisense features, but when I type TRY, I do not get
CATCH... END TRY. The property syntax does not fill in, not END IF for my
IF's, etc.

This just started happening out of the blue the other day. I thought it was
containing to a single form, but it wasn't. All of the forms in my project
are seemingly corrupted. It hasn't affected any other projects.

I have rebooted, restarted, cut and paste, etc... no help. I created a new
solution and copied the projects in. The only difference was the other forms
worked okay, but the main culprit form didn't work there either.

The code compiles and the builds run without issue. Does anybody have any
idea what could have caused this? Something seems corrupted.
 
I have the same problem. I can't any documentation on it. I found an old
posting, but it had no responses.

http://tinyurl.com/ypok3

Can somebody please look into this? I e-mailed MSFT a few weeks ago and got
no response.

I tried moving my projects into a new solution and the same errors occurred.
All setting are correct. I am using 1.1 and vb.net.

Thanks,
Mike
 
Back
Top