-
[2005] Form problem
Hello again to everyone!
I have a problem with my main form of a project.
In this form i have a MenuStrip control. Few minutes ago i have added a new item to the MenuStrip. I the Designer it shows me the new item just added to the MenuStrip. When i run the project (F5) it does not apper the new item to the MenuStrip.
What can i do in this case ? There are some temporary files that must be deleted or what shold i do ?
Thanks in advice!
-
Re: [2005] Form problem
Are you sure it is actually shown in the designer? Have you tried rebuilding the project?
-
Re: [2005] Form problem
In the designer it is the new item added by me.
Yes, i have rebuilded the project but without success!
-
Re: [2005] Form problem
Are you hiding it in any way? Is it being initialized? If you post your project I can see what the problem is, I guess.
-
Re: [2005] Form problem
Is the configuration set to Release on the tool bar? If so then you're compiling a Release build each time you debug, so your Debug build is unaffected.