|
-
Oct 28th, 2004, 03:33 AM
#1
Thread Starter
Hyperactive Member
-
Nov 21st, 2004, 01:33 PM
#2
PowerPoster
Something is seriously wrong. Do some debugging. I have never had any of my apps take more that 5-10 seconds to start. 15 minutes is way too much.
-
Nov 25th, 2004, 03:24 PM
#3
Are you connecting to the DB during startup? The only thing I can think of that would cause a startup of that insane length would be a network problem associated with DB connections.
Gotta echo Hellswraith, though. That load time is crazy....unless you meant 15s instead of 15m.
My usual boring signature: Nothing
 
-
Dec 9th, 2004, 08:12 PM
#4
Fanatic Member
Re: .NET Start-Up Speeds
That is a huge start up time. I know that resetting security policies can speed up things a bit (caspol), and also obfuscating your code is supposed to make it run a bit faster as well. You can also enable optimizations in the project properties of your app - but this may make it a bit harder to debug.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|