Netnoobie Posted February 26, 2003 Posted February 26, 2003 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. Quote
Moderators Robby Posted March 1, 2003 Moderators Posted March 1, 2003 Are you adding the controls at Design-time? Quote Visit...Bassic Software
bpayne111 Posted March 1, 2003 Posted March 1, 2003 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 Quote i'm not lazy i'm just resting before i get tired.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.