Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. IDE hanging...

IDE hanging...

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiocollaborationhelpquestionannouncement
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steven Woolgar
    wrote on last edited by
    #1

    Our entire development team here has been suffering from a strange VC IDE problem. I was wondering if any of you have come across this. Our project is pretty big. 10 dsp files around 4000 files and 3.5 million lines of code. Often during development, the IDE stops responding, the CPU gets pegged at 100 (or near there) and no redraws happen in the IDE. On my 650MHz machine (with 256MB of RAM) this state lasts 10-15 minutes and then all resumes. It got better when I added tons of header files to the MSVCINCL.DAT files is used to exclude files from the file dependencies. I talked to MS tech support and they said that it seems to be a dependency update pause (!). They said the file limit is around 9600 files so that isn't it. One of my co-workers got a GHz machine and the pause is barely perceptable. I was wondering if there are any work-arounds any of you know about? TIA Woolie

    N A 2 Replies Last reply
    0
    • S Steven Woolgar

      Our entire development team here has been suffering from a strange VC IDE problem. I was wondering if any of you have come across this. Our project is pretty big. 10 dsp files around 4000 files and 3.5 million lines of code. Often during development, the IDE stops responding, the CPU gets pegged at 100 (or near there) and no redraws happen in the IDE. On my 650MHz machine (with 256MB of RAM) this state lasts 10-15 minutes and then all resumes. It got better when I added tons of header files to the MSVCINCL.DAT files is used to exclude files from the file dependencies. I talked to MS tech support and they said that it seems to be a dependency update pause (!). They said the file limit is around 9600 files so that isn't it. One of my co-workers got a GHz machine and the pause is barely perceptable. I was wondering if there are any work-arounds any of you know about? TIA Woolie

      N Offline
      N Offline
      Nick Hodapp
      wrote on last edited by
      #2

      Often the workspace .ncb file will become corrupt, and this can cause a lag. Also, best of luck to you if you are using VSS... :) You can safely delete the workspace .ncb file. It will get regenerated. If you find this fixes your problem, you may wish to write or find a utility to delete the file automatically. Several exist, though I will shamelessly plug one I wrote called NukeNCB. Best of luck, Nick Hodapp

      1 Reply Last reply
      0
      • S Steven Woolgar

        Our entire development team here has been suffering from a strange VC IDE problem. I was wondering if any of you have come across this. Our project is pretty big. 10 dsp files around 4000 files and 3.5 million lines of code. Often during development, the IDE stops responding, the CPU gets pegged at 100 (or near there) and no redraws happen in the IDE. On my 650MHz machine (with 256MB of RAM) this state lasts 10-15 minutes and then all resumes. It got better when I added tons of header files to the MSVCINCL.DAT files is used to exclude files from the file dependencies. I talked to MS tech support and they said that it seems to be a dependency update pause (!). They said the file limit is around 9600 files so that isn't it. One of my co-workers got a GHz machine and the pause is barely perceptable. I was wondering if there are any work-arounds any of you know about? TIA Woolie

        A Offline
        A Offline
        arf
        wrote on last edited by
        #3

        Like Nick, I've found that deleting *.ncb files seems to cure almost every problem I have with the IDE. I don't use any VCS system yet but I make zip backups of my source directories at least once a day. I've got the batch file that does the zipping setup to delete any .ncb files, among others, before it makes the archive. Be aware that the *.ncb file is locked while the project is loaded in the IDE. I seem to recall that the IDE occasionally fails to release the file lock when you close a project from the File menu. I now just exit the IDE to make sure that everything is closed properly.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups