Why Visual Studio 6 C++ begins slowly editing for multy-project solution?
-
Why Visual Studio 6 C++ begins slowly editing for multy-project solution? VS6 sp6. One project being edited as text in studio - for inserting new string - works very fast, (on my P4-3000, 1GB) but if I edit this project in solution that includes 15 projects, inserting one line to 200 lined file takes 1-2 seconds, it is so long! why so happen? How to correct it? thanks
-
Why Visual Studio 6 C++ begins slowly editing for multy-project solution? VS6 sp6. One project being edited as text in studio - for inserting new string - works very fast, (on my P4-3000, 1GB) but if I edit this project in solution that includes 15 projects, inserting one line to 200 lined file takes 1-2 seconds, it is so long! why so happen? How to correct it? thanks
Is your visual studio linked to some SSC ? Source control ? If so, you can try removing it, This can speed up loading and editiing speed.
-prakash Learning Symbian
-
Why Visual Studio 6 C++ begins slowly editing for multy-project solution? VS6 sp6. One project being edited as text in studio - for inserting new string - works very fast, (on my P4-3000, 1GB) but if I edit this project in solution that includes 15 projects, inserting one line to 200 lined file takes 1-2 seconds, it is so long! why so happen? How to correct it? thanks
Try to remove all the breakpoints in all projects, this is a killer too from some reason.
-
Is your visual studio linked to some SSC ? Source control ? If so, you can try removing it, This can speed up loading and editiing speed.
-prakash Learning Symbian
-
No, it is not linkd to versioning systems, but only to BoundsChecker. But with swithed off all options. This program - can do this slow behavior ?
vgrigor1 wrote:
but only to BoundsChecker. But with swithed off all options. This program - can do this slow behavior ?
I have not used boundschecker, so no idea.:-O
-prakash Learning Symbian
-
vgrigor1 wrote:
but only to BoundsChecker. But with swithed off all options. This program - can do this slow behavior ?
I have not used boundschecker, so no idea.:-O
-prakash Learning Symbian
-
Why Visual Studio 6 C++ begins slowly editing for multy-project solution? VS6 sp6. One project being edited as text in studio - for inserting new string - works very fast, (on my P4-3000, 1GB) but if I edit this project in solution that includes 15 projects, inserting one line to 200 lined file takes 1-2 seconds, it is so long! why so happen? How to correct it? thanks
You might try the following... Close your project, then delete the .ncb, .aps, and .clw files. Reopen the project and try again. The .ncb file in particular can grow quite large as you edit code, (and the .aps grows with resources). Therefore the more you add/edit without deleting these file can slow down VS considerably. Hope that helps. Karl - WK5M PP-ASEL-IA (N43CS) PGP Key: 0xDB02E193 PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193
-
You might try the following... Close your project, then delete the .ncb, .aps, and .clw files. Reopen the project and try again. The .ncb file in particular can grow quite large as you edit code, (and the .aps grows with resources). Therefore the more you add/edit without deleting these file can slow down VS considerably. Hope that helps. Karl - WK5M PP-ASEL-IA (N43CS) PGP Key: 0xDB02E193 PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193