Hello skpatra,
Thanks for your fast replying.
I am working on an existing C# project in a company. It have many files and have a frmMain files that has 65500 lines of code!!!. I must continue this project. Although we define a new project and rewrite th application from start but we must support this large solution project and add or remove code from it. So loading a few open files in solution couldn't help me because frmMain is very very huge.
I couldn't find proper options in Tools > Options > ....... for diabling error checking. What option I must change exactly.
Thanks
-FA
Main Topics
Browse All Topics





by: skpatraPosted on 2004-10-12 at 04:53:25ID: 12286008
This one may help you speed up things a bit:
1. Do not keep too many files open in your solution.
2. If you have an ASP.Net project, I have got things to speed up by running iisreset from time to time.
3. Go to Tools > Options > Text Editor > (your development language) > Formatting. Also checkout Tools > Options > Text Editor > All Languages > Formatting. You can manipulate the options here.
I have not verified if these are valid solutions. But I do seem to get things working a bit faster with these steps. Hope this helps you too...