conversion of proj from Vb to .NET

A

Armin Zingler

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
 

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

Top