Jump to content
Software FX Community

Doesn't run?


User (Legacy)

Recommended Posts

I installed ChartFX lite on my development machine, added a chart (just

dragged and dropped) to a form, and ran the app. The app works fine.

I take the contents of the bin folder, copy them to another box (which has

.NET 1.1 installed), run the app, and it fails with:

Application has generated an exception that could not be handled.

Process id=0x740 (1856), Thread id=0x3c0 (960).

If I remove the chart and delete the reference to the ChartFX dll, rebuild,

and run on the other box, it works fine.

Any help would be greatly appreciated.

Thanks,

- Kevin

Link to comment
Share on other sites

I installed ChartFX lite on my development machine, added a chart (just

dragged and dropped) to a form, and ran the app. The app works fine.

I take the contents of the bin folder, copy them to another box (which has

.NET 1.1 installed), run the app, and it fails with:

Application has generated an exception that could not be handled.

Process id=0x740 (1856), Thread id=0x3c0 (960).

If I remove the chart and delete the reference to the ChartFX dll, rebuild,

and run on the other box, it works fine.

Any help would be greatly appreciated.

Thanks,

- Kevin

Link to comment
Share on other sites

Are you dropping the chart directly on an EXE application or are you

building a DLL using Chart FX Lite ?

If it is the latest, you may be having a licensing problem that is normal in

this scenario. Please check the following KB articles in our support site:

Q6101010. How to manually add a Chart FX license to an executable

Q6101001. How to deploy a WinForms Application when it contains a wrapper

object using Chart FX for .NET

Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

--

FP

Software FX

Link to comment
Share on other sites

Are you dropping the chart directly on an EXE application or are you

building a DLL using Chart FX Lite ?

If it is the latest, you may be having a licensing problem that is normal in

this scenario. Please check the following KB articles in our support site:

Q6101010. How to manually add a Chart FX license to an executable

Q6101001. How to deploy a WinForms Application when it contains a wrapper

object using Chart FX for .NET

Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

--

FP

Software FX

Link to comment
Share on other sites

I'm dropping it onto the form in the EXE.

I see the license file get added and it gets bundled as a resource.

Any other ideas?

- Kevin

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

news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> Are you dropping the chart directly on an EXE application or are you

> building a DLL using Chart FX Lite ?

>

> If it is the latest, you may be having a licensing problem that is normal

in

> this scenario. Please check the following KB articles in our support

site:

>

> Q6101010. How to manually add a Chart FX license to an executable

> Q6101001. How to deploy a WinForms Application when it contains a wrapper

> object using Chart FX for .NET

> Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

I'm dropping it onto the form in the EXE.

I see the license file get added and it gets bundled as a resource.

Any other ideas?

- Kevin

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

news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> Are you dropping the chart directly on an EXE application or are you

> building a DLL using Chart FX Lite ?

>

> If it is the latest, you may be having a licensing problem that is normal

in

> this scenario. Please check the following KB articles in our support

site:

>

> Q6101010. How to manually add a Chart FX license to an executable

> Q6101001. How to deploy a WinForms Application when it contains a wrapper

> object using Chart FX for .NET

> Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

What OS are you using on the target machine. A long time ago we fixed an

issue related to Win98. It could be that you are using an old assembly or

that the bug resurfaced in a newer build (normally we test on XP, 2003

server and the 2000 OS family).

--

Regards,

JC

Software FX Support

"kwarnke" <nospam@nowhere.com> wrote in message

news:JE8udZJNEHA.600@webserver3.softwarefx.com...

> I'm dropping it onto the form in the EXE.

>

> I see the license file get added and it gets bundled as a resource.

>

> Any other ideas?

>

> - Kevin

>

>

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

> news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> > Are you dropping the chart directly on an EXE application or are you

> > building a DLL using Chart FX Lite ?

> >

> > If it is the latest, you may be having a licensing problem that is

normal

> in

> > this scenario. Please check the following KB articles in our support

> site:

> >

> > Q6101010. How to manually add a Chart FX license to an executable

> > Q6101001. How to deploy a WinForms Application when it contains a

wrapper

> > object using Chart FX for .NET

> > Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

> >

> > --

> > FP

> > Software FX

> >

> >

>

>

Link to comment
Share on other sites

What OS are you using on the target machine. A long time ago we fixed an

issue related to Win98. It could be that you are using an old assembly or

that the bug resurfaced in a newer build (normally we test on XP, 2003

server and the 2000 OS family).

--

Regards,

JC

Software FX Support

"kwarnke" <nospam@nowhere.com> wrote in message

news:JE8udZJNEHA.600@webserver3.softwarefx.com...

> I'm dropping it onto the form in the EXE.

>

> I see the license file get added and it gets bundled as a resource.

>

> Any other ideas?

>

> - Kevin

>

>

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

> news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> > Are you dropping the chart directly on an EXE application or are you

> > building a DLL using Chart FX Lite ?

> >

> > If it is the latest, you may be having a licensing problem that is

normal

> in

> > this scenario. Please check the following KB articles in our support

> site:

> >

> > Q6101010. How to manually add a Chart FX license to an executable

> > Q6101001. How to deploy a WinForms Application when it contains a

wrapper

> > object using Chart FX for .NET

> > Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

> >

> > --

> > FP

> > Software FX

> >

> >

>

>

Link to comment
Share on other sites

WindowsXP is the target machine.

I attached a forms project where I simply dragged and dropped the chart

component onto a form. There's no code behind this little app. If I run

the app on the machine where I do my development (and ran the ChartFX

installer) it runs fine. However, if I simply copy it to a machine that

only has the .NET framekwork and run it, I get the error.

Any ideas?

- Kevin

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

news:qaD0RoiNEHA.600@webserver3.softwarefx.com...

> What OS are you using on the target machine. A long time ago we fixed an

> issue related to Win98. It could be that you are using an old assembly or

> that the bug resurfaced in a newer build (normally we test on XP, 2003

> server and the 2000 OS family).

>

> --

> Regards,

>

> JC

> Software FX Support

> "kwarnke" <nospam@nowhere.com> wrote in message

> news:JE8udZJNEHA.600@webserver3.softwarefx.com...

> > I'm dropping it onto the form in the EXE.

> >

> > I see the license file get added and it gets bundled as a resource.

> >

> > Any other ideas?

> >

> > - Kevin

> >

> >

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

> > news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> > > Are you dropping the chart directly on an EXE application or are you

> > > building a DLL using Chart FX Lite ?

> > >

> > > If it is the latest, you may be having a licensing problem that is

> normal

> > in

> > > this scenario. Please check the following KB articles in our support

> > site:

> > >

> > > Q6101010. How to manually add a Chart FX license to an executable

> > > Q6101001. How to deploy a WinForms Application when it contains a

> wrapper

> > > object using Chart FX for .NET

> > > Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

> > >

> > > --

> > > FP

> > > Software FX

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

WindowsXP is the target machine.

I attached a forms project where I simply dragged and dropped the chart

component onto a form. There's no code behind this little app. If I run

the app on the machine where I do my development (and ran the ChartFX

installer) it runs fine. However, if I simply copy it to a machine that

only has the .NET framekwork and run it, I get the error.

Any ideas?

- Kevin

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

news:qaD0RoiNEHA.600@webserver3.softwarefx.com...

> What OS are you using on the target machine. A long time ago we fixed an

> issue related to Win98. It could be that you are using an old assembly or

> that the bug resurfaced in a newer build (normally we test on XP, 2003

> server and the 2000 OS family).

>

> --

> Regards,

>

> JC

> Software FX Support

> "kwarnke" <nospam@nowhere.com> wrote in message

> news:JE8udZJNEHA.600@webserver3.softwarefx.com...

> > I'm dropping it onto the form in the EXE.

> >

> > I see the license file get added and it gets bundled as a resource.

> >

> > Any other ideas?

> >

> > - Kevin

> >

> >

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

> > news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> > > Are you dropping the chart directly on an EXE application or are you

> > > building a DLL using Chart FX Lite ?

> > >

> > > If it is the latest, you may be having a licensing problem that is

> normal

> > in

> > > this scenario. Please check the following KB articles in our support

> > site:

> > >

> > > Q6101010. How to manually add a Chart FX license to an executable

> > > Q6101001. How to deploy a WinForms Application when it contains a

> wrapper

> > > object using Chart FX for .NET

> > > Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

> > >

> > > --

> > > FP

> > > Software FX

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

WindowsXP is the target machine.

I'm not sure if this is the only reason it is failing... but I did find that

running it from a share folder caused the error where as copying the entire

app to the target machine and running it from its own hard drive works.

Originally it failed even when being copied over to the target machine. As

I was doing iterative changes to try and fix the problem, I ran it off the

sahre. Weird.

- Kevin

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

news:qaD0RoiNEHA.600@webserver3.softwarefx.com...

> What OS are you using on the target machine. A long time ago we fixed an

> issue related to Win98. It could be that you are using an old assembly or

> that the bug resurfaced in a newer build (normally we test on XP, 2003

> server and the 2000 OS family).

>

> --

> Regards,

>

> JC

> Software FX Support

> "kwarnke" <nospam@nowhere.com> wrote in message

> news:JE8udZJNEHA.600@webserver3.softwarefx.com...

> > I'm dropping it onto the form in the EXE.

> >

> > I see the license file get added and it gets bundled as a resource.

> >

> > Any other ideas?

> >

> > - Kevin

> >

> >

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

> > news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> > > Are you dropping the chart directly on an EXE application or are you

> > > building a DLL using Chart FX Lite ?

> > >

> > > If it is the latest, you may be having a licensing problem that is

> normal

> > in

> > > this scenario. Please check the following KB articles in our support

> > site:

> > >

> > > Q6101010. How to manually add a Chart FX license to an executable

> > > Q6101001. How to deploy a WinForms Application when it contains a

> wrapper

> > > object using Chart FX for .NET

> > > Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

> > >

> > > --

> > > FP

> > > Software FX

> > >

> > >

> >

> >

>

>

SimpleChartFxLite.zip

SimpleChartFxLite.zip

Link to comment
Share on other sites

WindowsXP is the target machine.

I'm not sure if this is the only reason it is failing... but I did find that

running it from a share folder caused the error where as copying the entire

app to the target machine and running it from its own hard drive works.

Originally it failed even when being copied over to the target machine. As

I was doing iterative changes to try and fix the problem, I ran it off the

sahre. Weird.

- Kevin

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

news:qaD0RoiNEHA.600@webserver3.softwarefx.com...

> What OS are you using on the target machine. A long time ago we fixed an

> issue related to Win98. It could be that you are using an old assembly or

> that the bug resurfaced in a newer build (normally we test on XP, 2003

> server and the 2000 OS family).

>

> --

> Regards,

>

> JC

> Software FX Support

> "kwarnke" <nospam@nowhere.com> wrote in message

> news:JE8udZJNEHA.600@webserver3.softwarefx.com...

> > I'm dropping it onto the form in the EXE.

> >

> > I see the license file get added and it gets bundled as a resource.

> >

> > Any other ideas?

> >

> > - Kevin

> >

> >

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

> > news:Y25utdENEHA.2900@webserver3.softwarefx.com...

> > > Are you dropping the chart directly on an EXE application or are you

> > > building a DLL using Chart FX Lite ?

> > >

> > > If it is the latest, you may be having a licensing problem that is

> normal

> > in

> > > this scenario. Please check the following KB articles in our support

> > site:

> > >

> > > Q6101010. How to manually add a Chart FX license to an executable

> > > Q6101001. How to deploy a WinForms Application when it contains a

> wrapper

> > > object using Chart FX for .NET

> > > Q6101008. Using Chart FX for .NET Windows Forms control from a DLL

> > >

> > > --

> > > FP

> > > Software FX

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

The problem is that there "is" no exception... it just terminates with that

thread error. No info, no exception, etc... bizzare. I even wrapped a

try/catch in my Main method that starts the app and logged the exception to

the event log and nothing gets put in.

The problem has been resolved as I'll just copy over the bits before

testing... but I'm guessing you're right in that there's a security

difference between the two.

- Kevin

"Software FX Support" <support@softwarefx.com> wrote in message

news:9JTTAdEOEHA.3152@webserver3.softwarefx.com...

> Notice that .NET permissions may be different when you run from a local

> drive as oppose to a network drive.

>

> What kind of exception are you getting ? Is it a security exception ?

>

> --

> FP

> Software FX Support

>

>

Link to comment
Share on other sites

The problem is that there "is" no exception... it just terminates with that

thread error. No info, no exception, etc... bizzare. I even wrapped a

try/catch in my Main method that starts the app and logged the exception to

the event log and nothing gets put in.

The problem has been resolved as I'll just copy over the bits before

testing... but I'm guessing you're right in that there's a security

difference between the two.

- Kevin

"Software FX Support" <support@softwarefx.com> wrote in message

news:9JTTAdEOEHA.3152@webserver3.softwarefx.com...

> Notice that .NET permissions may be different when you run from a local

> drive as oppose to a network drive.

>

> What kind of exception are you getting ? Is it a security exception ?

>

> --

> FP

> Software FX Support

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...