(MS) Chart

  • Thread starter Thread starter Leo
  • Start date Start date
L

Leo

Hi everyone,

I'm currently developing an application in VB.net and need to use charts.
I copied the mschart dll's from my office dir to my project directory and
everything was fine. The application runs perfectly on my system but
unfortunately only on my system.

All others get an error message with "class not registered".
I tried to register them using the regsvr32 command but with no positive
results.

What can I do to get this application to work ?

Thanks
 
Hi,

Make sure you included any interop files in the bin directory for
your project with your setup program. You might need office installed on
the other systems for the mschart dll to work. The visual basic resource
kit comes with a free version of dundas charts for winforms. Maybe that
would be a better solution.
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Ken
 
Back
Top