--------------------------------------------------------------------------------------------------------------
Development Environment: Visual Studio 2005
Language: Visual Basic
Issue Summary: Add new controls to form, run in debug, controls do not show
-------------------------------------------------------------------------------------------------------------
DEATILS:
Okay, so a strange thing happened to me when building my application.
I created a 3-form application. I deployed the project using a setup project.
I found that there was one dropdownlist I needed to add to the form. So, I went in and added the control and corrected the code behind to work with it. I had to shorten a textbox control in order to fit the ddl in.
Well, when I go and run the application in debug, the changes I made do not show.! !
The textbox contol is the same length that it was before the change and the ddl doesn't even show up.
Can someone please explain to me what I have done I can't find any settings that I have made that would make this happen.
I tried to deploy and install on an end-user machine and the changes still did not show.
Please someone help me...
Thanks,
KJAK

What did I do wrong?!?! - New Controls not showing when ran in debug
Rashar
....Whoops.... Jumped the gun...
A rebuild of the application fixed that. I guess I assumed it was rebuilding when I hit F5.
....sorry...maybe it will help another beginner if they search these forums...