Jump to content
Software FX Community

very slow instantiation of first chartfx control


User (Legacy)

Recommended Posts

Hi,

I've got a chartfx control on a form and it takes about 6 seconds to

instantiate, and then another 3 seconds to instantiate a border object for

it. I found a post -

http://support.softwarefx.com/news/ForumFrame.aspx?Forum=chartfx.net.winform

s&Article=onn$f7mmdha-1244.htm

- that seems to fit my issue. I built a simple winform with one chart and

ran it outside VS on my dev machine - the result was the same slow load.

Then I put the exe on another machine where we test our deployments and the

instantiation is quick.

How can I fix the problem on my development machine?

regards

Avner

Link to comment
Share on other sites

What's different in your machine ? Are you compiling in Debug or Release ? 

Do you have multiple version of the .NET framework in your machine (e.g.

Whidbey) ?

Did you try what was suggested in that posting about putting a button that

does new Chart (creating a second chart) and seeing whether or not hat also

takes a long time ?

--

FP

Software FX

Link to comment
Share on other sites

The release version is slow too.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:$gbllamLFHA.3800@webserver3.softwarefx.com...

> Does the Release version of the App runs fast or slow in your machine ?

>

> If only the debug version is slow, it might be because you are monitoring

> the exceptions.

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

will do. thanks for trying.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:ZQ#i#LmMFHA.1660@webserver3.softwarefx.com...

> I think you better contact Software FX support. I don't know what's

causing

> this delay and I'm afraid I can't offer you any help.

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...