Print Page | Close Window

Solution Load Times in IDE

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=597
Printed Date: 11-Jun-2026 at 10:49am


Topic: Solution Load Times in IDE
Posted By: Linguinut
Subject: Solution Load Times in IDE
Date Posted: 08-Dec-2007 at 12:52pm

I have a modest CAB/DF solution with about 8 business modules.  It is taking 10-15 minutes to load the solution into the IDE.  Is this normal?  Should I expect to see increasing load times with each new control or module added?  Or, is there some basic cleanup that I need to be doing to keep the solution clean and quick-loading?

Thanks,
Bill




Replies:
Posted By: Bill Jensen
Date Posted: 14-Dec-2007 at 3:45pm

Our Visual Studios are not blindingly fast, but don't take 10-15 minutes.  I trust you've Googled for ideas.

Here are a few suggestions:
  • Visual Studio is a disk pig.  Be sure you've got plenty and check if you need to defrag.
  • I find that loading the toolbox for the forms designer is a significant time-burner.  If there are any designers open in the saved .suo file, this occurs at startup.  Third-party control suites can add significantly to this.
  • If it's possible, you might be able to make module-specific solutions, containing the Infrastructure, Model, AppHelper and Shell projects and only the module(s) you're working on at the moment.

That's about all I can think of right now.

Good luck.
 
Bill J.


Posted By: Bill Jensen
Date Posted: 14-Dec-2007 at 4:09pm
Also ran across these comments in another of our forums:
 
http://www.ideablade.com/forum/forum_posts.asp?TID=155&KW=blog&PID=335#335 - http://www.ideablade.com/forum/forum_posts.asp?TID=155&KW=blog&PID=335#335
 
B.


Posted By: Linguinut
Date Posted: 20-Dec-2007 at 3:53pm
I have done all of the typical cleanup for VS IDE performance. 
 
Regarding the comments in the other post:  A new machine is not an option.  Small views are the order of the day in the CAB world.  The UI designer is a main feature of an IDE, why would I scrap its use?  And, I am a C# guy, already.

Have you tried to make a module specific solution in the DF/CAB environment?  I think there will be a lot of hurdles to cross on that one.  I do my best to close all code/designer windows when I am done for the day.  I have plenty of disk space and am fully defraged.

Btw, other, non-CAB solutions, open in seconds.
 
Thanks for the tips,
Bill


Posted By: DeLight
Date Posted: 10-Jan-2008 at 1:22am
I'm working with 6 business modules. have no problems with loading (<1 min on all machines I'm using).



Print Page | Close Window