MsChart6 problem in VB.NET

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!
 
U

User

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

Have a good day.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top