Class file bogging down IDE. Difficult to navigate file...

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

I just took over support for a WinForms application. While trying to
navigate a class file, IDE stalls making it very difficult to navigate file
without bogging down. Feels like something is overloading IDE. File is
98KB (about 2000 lines of code) which shouldn't be too big. Any one know a
way to track down problem? File is unworkable in this condition.

Thanks,
Charlie
 
Hi,
Just some thoughts.
If you copy the class into a new empty project is it still slow?
Breaking the file up into a set of partial classes help ?
regards
Bob
 
Do you have the very latest Service Pack installed? Because there were some
Intellisense issues that have been corrected.

Otherwise, when in doubt - REFACTOR MERCILESSLY!
Peter
 

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