CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2009
    Posts
    23

    Visual Studio 2008 not rebuilding on CTRL+F5

    Hi,

    I am having the odd problem with VS 08, whenever i change any file and press CTRL+F5 code is not re-built. So i end up having to F7 and then F5 or CTRL+F5 depending on whether i want to execute code or debug.

    help!

  2. #2
    Join Date
    Dec 2008
    Posts
    144

    Re: Visual Studio 2008 not rebuilding on CTRL+F5

    You probably should check the settings of your Visual Studio.

    Tools->Options->Project And Solutions->Build And Run

  3. #3
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: Visual Studio 2008 not rebuilding on CTRL+F5

    I have one query on similar lines,... when i run my program in debug mode with some break point set, it hits the break point and I can edit my code that time and when I press F5 and it thr with the break point I am not able to edit my code. it says cannot edit try checking settings... i checked with my settings but still not able to change my code in debug mode...

    any one having any idea hot to enable to do code changes when i run in debug mode ?

  4. #4
    Join Date
    May 2009
    Posts
    23

    Re: Visual Studio 2008 not rebuilding on CTRL+F5

    thanks, that fixed it.

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

Featured