conversion of proj from Vb to .NET

  • Thread starter Thread starter Amka
  • Start date Start date
Amka said:
The application is slow while loading the particular project only.
And as I mentioned earlier, it contains around

120 classes and forms. Are there any benchmark/tests done for the

maximum number of forms/modules (in a project) which can be opened
and

worked in the IDE without any performance hit.

There is not "without". ;-) The more files, the slower - but that's nothing
new. You could close all files before closing the solution so they will not
be reopened next time you open the solution. This speeds up loading
considerably, but if you already did this, there's nothing else I can say.



--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
Back
Top