Blog Stats
  • Posts - 4
  • Articles - 0
  • Comments - 6
  • Trackbacks - 4

 

Tuesday, June 06, 2006

Nevron Charting - A generic error occurred in GDI

Okay, I am not one to complain much.  I am doing web application programming using Asp.net and VB.net.  For the most part I am using the Telerik controls.  But, I need a good 3D chart which Telerik does not have.  At least not yet.

 

I found what looks like it will be a good control from a company called Nevron.  But, Nevron has failed to make what is very critical, a well known fact.  i.e.  Did you know that if a specific folder (that you must create) is missing, you will get an "A generic error occurred in GDI+" error?  Well, neither did I.

 

I searched their site for help on this and found zero, nada, nil, nothing...  I spent hours going through their forums having the same luck.  I finally posted a question and found out what folder I did not have but needed.  So, what folder is needed? NevronTemp

 

Once I created that folder, the sample application worked just fine.  So, if you come across this error try adding this folder to the root of your project.

 

TTFN,

 

Mark

 

 

Copyright © Mark Pritchard