MsChart6 problem in VB.NET

  • Thread starter Thread starter User
  • Start date Start date
U

User

Hi,

I use a MsChart6.0 control in my VB.NET application. When running in
debug mode, I can run the application.

But when I get to release mode, I can compile, but when I execute the
application, I get this exception:

An unhandled exception of type 'System.IO.FileNotFoundException'
occurred in myApp.exe
Additional information: File or assembly name AxInterop.MSChart20Lib, or
one of its dependencies, was not found.

Does anybody has seen this before? How can I get rid of it?

Thank you!
 
Just place the file AxInterop.MSChart20Lib.dll in the same dir as your
..exe file...

Have a good day.
 
Back
Top