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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top