Nevron Forum

ASP.NET toolbox NChartControl won't drop

https://www.nevron.com/Forum/Topic10691.aspx

By Craig Swearingen - Monday, April 25, 2016

I've been using the WinForms NChartControl successfully for a year and now I want to learn how to use the WebForms version of it in an ASP.NET application.  When I follow your integration instructions on this page: http://helpdotnetvision.nevron.com/WebForms_Integrating_In_Web_Forms_AJAX.html
and get to step #7 nothing happens when I drop the NChartControl on my Default.aspx page in design mode.  I've got the Nevron 15.11.12.12 build installed using on win7 under VS 2010. 

Is something wrong with my installation?
By Nevron Support - Tuesday, April 26, 2016

Hi Craig,

You may need to first reference the chart dlls from bin property. To check if this is causing the problem follow these steps:

1. Reference the Nevron.System.dll, Nevron.Presentation.dll, Nevron.GraphicsGL.dll, Nevron.UI,WebForms.Controls.dll, Nevron.ThinWeb.dll, Nevron.Chart.dll, Nevron.Chart.ThinWeb.dll and Nevron.Chart.WebForms.dll.
2. Modify the Copy Local property of those references to true.
3. Rebuild the application.
4. Try to drop the control again.

Hope this helps - let us know if you meet any problems or have any questions.