User (Legacy) Posted April 13, 2005 Report Share Posted April 13, 2005 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 More sharing options...
User (Legacy) Posted April 13, 2005 Author Report Share Posted April 13, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.