Results 1 to 7 of 7

Thread: [2008] BuG with VB 2008

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2008
    Location
    Philippines
    Posts
    70

    [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???

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2008
    Location
    Philippines
    Posts
    70

    Re: [2008] BuG with VB 2008

    Im just new in VB 2008, where can I find the Build Configuration???

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2008] BuG with VB 2008

    Are you using VS or VB Express?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jun 2008
    Location
    Philippines
    Posts
    70

    Re: [2008] BuG with VB 2008

    VB Express Edition

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7
    Junior Member
    Join Date
    Jun 2008
    Posts
    17

    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
  •  



Click Here to Expand Forum to Full Width