This sounds crazy but why does my VB 2008 doesnt updates the changes I've done in a form everytime I compile it and Run. Did anyone experience this to???
Printable View
This sounds crazy but why does my VB 2008 doesnt updates the changes I've done in a form everytime I compile it and Run. Did anyone experience this to???
Do you have the build configuration set to Release? If so it will be compiling a Release build and then running your old Debug build. You might also try just deleting the 'bin' folder, forcing a rebuild.
Im just new in VB 2008, where can I find the Build Configuration???
Are you using VS or VB Express?
VB Express Edition
Then the configuration is not the issue as it's not displayed. Are you sure that the build is successful? Perhaps it's failing and the IDE is running the last successful build. The IDE tells you if the build fails but if you delete the 'bin' folder you'll know for sure as there will be no old build to run.
just build an application. save it. now change your system date. now perform any change in the project. these changes will be seen at design time. but at run time previous copy of you project will be run.