|
-
Jun 11th, 2008, 10:41 PM
#1
Thread Starter
Lively Member
[2008] BuG with VB 2008
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???
-
Jun 11th, 2008, 10:44 PM
#2
Re: [2008] BuG with VB 2008
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.
-
Jun 11th, 2008, 10:51 PM
#3
Thread Starter
Lively Member
Re: [2008] BuG with VB 2008
Im just new in VB 2008, where can I find the Build Configuration???
-
Jun 11th, 2008, 11:05 PM
#4
Re: [2008] BuG with VB 2008
Are you using VS or VB Express?
-
Jun 11th, 2008, 11:07 PM
#5
Thread Starter
Lively Member
Re: [2008] BuG with VB 2008
-
Jun 11th, 2008, 11:24 PM
#6
Re: [2008] BuG with VB 2008
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.
-
Jun 12th, 2008, 03:14 AM
#7
Junior Member
Re: [2008] BuG with VB 2008
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|