Jump to content
Software FX Community

Class already exists error


User (Legacy)

Recommended Posts

I m testing ChartFX Lite for .NET in a web application:

1) First i create a graph object

2) Then i add the data and set the display properties of the graph object

3) Lastly i save the graph output as an image and display the image in a

picture control.

The problem is that when i try to run this, i get the following ASP.NET

error:

Class already exists

Description: An unhandled exception occurred during the execution of the

current web request. Please review the stack trace for more information

about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: Class already

exists

in the line of code where i create the control:

SoftwareFX.ChartFX.Lite.Chart chart = new SoftwareFX.ChartFX.Lite.Chart();

The strange thing is that the test project worked fine at the beginning,

then i made some changes in the display properties of the control and now it

doesn't work :( Reset of the VS ide and rebuild dod not work. Any ideas what

migth be wrong?

Thanks for your time

Link to comment
Share on other sites

I m testing ChartFX Lite for .NET in a web application:

1) First i create a graph object

2) Then i add the data and set the display properties of the graph object

3) Lastly i save the graph output as an image and display the image in a

picture control.

The problem is that when i try to run this, i get the following ASP.NET

error:

Class already exists

Description: An unhandled exception occurred during the execution of the

current web request. Please review the stack trace for more information

about the error and where it originated in the code.

Exception Details: System.ComponentModel.Win32Exception: Class already

exists

in the line of code where i create the control:

SoftwareFX.ChartFX.Lite.Chart chart = new SoftwareFX.ChartFX.Lite.Chart();

The strange thing is that the test project worked fine at the beginning,

then i made some changes in the display properties of the control and now it

doesn't work :( Reset of the VS ide and rebuild dod not work. Any ideas what

migth be wrong?

Thanks for your time

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...