Speeding up the .Net program (was Can I Speed Up the DotNet application...)

  • Thread starter Thread starter Zardoz
  • Start date Start date
Z

Zardoz

The problem is - and I think the last poster got the wrong end of the
stick - that development time using the new IDE is very much
increased. If I navigate between source files and lines it can take
ages to rediscover what context I'm in - I'm always waiting for it.

Does no one else found this? Granted I'm working on a fairly big
application (about 10Mb worth of source files).

Cheers
 
Zardoz said:
The problem is - and I think the last poster got the wrong end of the
stick - that development time using the new IDE is very much
increased. If I navigate between source files and lines it can take
ages to rediscover what context I'm in - I'm always waiting for it.

Does no one else found this? Granted I'm working on a fairly big
application (about 10Mb worth of source files).

What language are you working in? I believe VB.NET can slow down with
large solutions due to background compilation.

Have you tried unloading some of the projects, if you can?
 
What language are you working in? I believe VB.NET can slow down with
large solutions due to background compilation.

Have you tried unloading some of the projects, if you can?


VC


I'm used to working on this project with VC6 which doesn't suffer from
this kind of problem.
 
Back
Top