Jump to content

Slow startup for simple C# app?


Guest jtheun

Recommended Posts

Guest jtheun

I just started playing with Visual Studio 2005 and built a simple app (one form with an exit button) using C# and the Compact Framework 1. But when I deploy and run this app on my Orange C500, it takes 5-10 seconds to start up... Is this normal?

When I look at my other favorite apps like NewsBreak, they start up immediately. Should I assume that they are written in native code, using some other dev tool than Visual Studio 2005?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 months later...
Guest Ben74
I just started playing with Visual Studio 2005 and built a simple app (one form with an exit button) using C# and the Compact Framework 1. But when I deploy and run this app on my Orange C500, it takes 5-10 seconds to start up... Is this normal?

When I look at my other favorite apps like NewsBreak, they start up immediately. Should I assume that they are written in native code, using some other dev tool than Visual Studio 2005?

you might be able to speed up your form loading my using these tips:

http://msdn.microsoft.com/library/default....ormloadperf.asp

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.