Visual Studio .Net Designer

G

gnat

Hello microsoft.public.dotnet.languages.csharp,

I have run into a problem (for the second time now). I have been
able to use the designer to put together a gui, but now it seems
that the compiler won't listen to the designer and does not take
new changes into account. The first time i ran into this i
worked around it by re-doing the gui, this time however it is
more complicated and i would rather it just be working like it
was this morning :(

Has anyone else ran into this, does anyone have any suggestions?

sorry if this is off topic, but i could not find a ng dedicated
to visual studio .Net

Thanks.
 
C

Craig

Yeah, my designer and .cs file get out of sync sometimes... When I try to
rename a control it'll create the new control in the class in the .cs, but
not remove the old one and give you a 'Bad Control Name' error or something
like that...

It's really annoying, and I've found that just restaring the IDE fixes it...

wish I had a better answer!?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top