Unable to display the graph image...


https://www.nevron.com/Forum/Topic2791.aspx
Print Topic | Close Window

By Steve Roh - 15 Years Ago

Hi all,

After a lot of manipulation in Visual Studio 2008, I'm unable to display a graph any more... I've recreated my web application, I've tried with different code, but each time I launch the web application I get a blank image with the red cross on the left top...

I've resintalled the package NDotNetVisionSetupVS2008.msi (repairing) without more success...

Any idea ?

Thanks for you help

Steve

By bob milanov - 15 Years Ago

Hi Steve,

I would recommend you to first try whether the control can work in temp image mode:

nChartControl1.ImageAcquisitionMode = Nevron.UI.WebForm.Controls.ClientSideImageAcquisitionMode.TempFile;

That way you'll be able to check whether the image is properly generated on the server and the problem is in the generated HTML. Let me know how it goes...

Best regards,
Bob