Question

I have 100 and above in my cs files in my cs project file , and it is very slow even if i type some namespace or class name in the visual studio editor it is taking around 3 to 4 seconds to respond. Can any one help me on this i cannot remove the cs files from my project is there any workaround for this. Thanks in advance PS: May be this can help i am using clear case as my source control will that effect the performance of the visual studio .(My version of visual studio 2010 express edition)

Was it helpful?

Solution

You must be using a lot of unnecessary references in your project. Just go to the references section and delete those extra references.

OTHER TIPS

There should be no problem with large/many .cs files. I have also solutions with 20 projects, some of these projects have many many files and some of these files have 2k - 5k lines of code. And I've no problem typing new code, there is no noticeable delay. Perhaps it's only because of slow hardware?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top