Hello everyone, I just finished my application and I noticed something while trying to find some bugs. My AboutBox is not the same in debug mode as it is when I am using Visual Studio's designer mode. For example, In the about box I have my name as "Ryan Turney" but before this I had a place holder textbox as my name as "test" while debugging well, it still shows test as my name when it clearly shows Ryan Turney in the design mode.
Any ideas? I've tried deleting, recreating, and renaming the AboutBox but it still shows up as my place holder.
Thanks,
Ryan
Ryan TurneyPosted Nov 14, 2007, 10:56 PM
Yes, I have tried to force rebuild it and that didn't seem to fix it. It is also not a separate project, it is just another windows form in the current project. Everything else updates just fine, it is just this AboutBox. I've been thinking of just making my own off of a blank windows form, so far it seems like it would be faster than trying to fix this funky problem.
Ryan
Scott LyslePosted Nov 14, 2007, 10:22 PM
Jan MontanoPosted Nov 14, 2007, 10:19 PM
Have you already tried to rebuild (force) your project? Sometimes, although you've modified your app, it will not take effect unless you rebuild the project.
Cheers,
Jan