form loading speed

  • Thread starter Thread starter mikrogen
  • Start date Start date
M

mikrogen

Hi,
I am using managed cpp, /clr, VS2005 Prof., and I must wait for terrible
long loading time for even simple forms. does anybody encouter this problem
too or u have any solutions for this?

thx, Petr
 
is this an empty project ? Do you have anythings in the form_load
method or in constructor ?
 
Hi,
I am using managed cpp, /clr, VS2005 Prof., and I must wait for terrible
long loading time for even simple forms. does anybody encouter this problem
too or u have any solutions for this?

Hi,

What configuration are you using, and how are you starting it?
Launching a debug configuration in the VS IDE takes quite some time for even
a simple form.

OTOH if you build a release version of your program that you launch simply
by double clicking it in windows explorer, it should show up pretty quickly.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top