Link to home
Start Free TrialLog in
Avatar of lweekly
lweekly

asked on

VS 2010 oddities

I have encountered a problem in VS 2010/VB.Net.

I open a project, and open a form file in the design mode. The tab above it has an asterisk indicating it needs to be saved, even though I haven't changed anything. I can edit it, save it, compile the .exe and all is fine.  But if I try to close that tab, VS blows up.

Once I restart VS, if I open the project again, the same thing happens.

Is there a Visual Studio setting that might affect this?

Of course, it doesn't happen on all form files, but on most.

This just started about a week ago.  I went back to old backups, and it happens on them now as well.  Therefore, I believe Visual Studio is the culprit.

Thanks for any suggestions.
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lweekly
lweekly

ASKER

Thanks, I'll try that if it happens again.  Before I got your answer, I recreated the two forms from scratch, carefully layering things the right way the first time.  I was able to copy from the original, so it only took about four hours.

These are very complex forms, so I would add a few things, save, close and re-open to ensure all was OK before proceeding.

I guess I had done something in the form designer that confused the issue, so a clean restructure appears to have eliminated the problems.

Thanks again