Why the loading of the application is slow?
-
As I have created one application using Visual Basic.NET, I found out that the application pop-up very slow. I don't know why? Please help? Thanks! :)
Check to see if you're compiling in debug mode. I've found that compiling in release mode with optimizations on can decrease initial load time up to 10x.
-
As I have created one application using Visual Basic.NET, I found out that the application pop-up very slow. I don't know why? Please help? Thanks! :)
there is also a known bug in this verson of the dotnet framework involving slow start times. If you don't have one... try adding an "ASPNET" account to your machine. you can disable the account if you want... it just needs to be there.
-
As I have created one application using Visual Basic.NET, I found out that the application pop-up very slow. I don't know why? Please help? Thanks! :)