VS.NET bug?

Netnoobie

Regular
Joined
Feb 6, 2003
Messages
94
Location
Philadelphia
Check this out. I have a web form with code behind that has about oh...30 objects on it. Well for some reason (and it's just on this one form none of the others) I'll save everything, run it in debug and then go back to the layout and every object is gone. Right now I'm staring at one DDL that is remaining and that's it. This is the second time this has happened, with the first time leaving about 6-8 objects left. FANTASTIC!

All the code behind is there even the object names...it's like they're still on the form. Has anyone ever had this same issue with VS.NET? I just got all the objects back on the form yesterday, and the same thing has just happened. I'm looking right now for some kind of service pack/patch, but has anyone ever dealt with this problem before? I'm almost 3 days behind now because of it, and this cannot continue.

Thanks.
 
I've had problems with my forms too (i have a non upgradable edition from school)
Usually when it happens to me it's when i've deleted controls and played with alot of properties... i'll all kinds of wierd things.
When things like this happen i usually just copy all of my important code. Exclude the form from the project. and make a new one. This usually works for me... give it a shot and see if it helps

good luck
 
Back
Top