MsChart6 problem in VB.NET

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • User

    #1

    MsChart6 problem in VB.NET

    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.File NotFoundExcepti on'
    occurred in myApp.exe
    Additional information: File or assembly name AxInterop.MSCha rt20Lib, or
    one of its dependencies, was not found.

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

    Thank you!

  • User

    #2
    Re: MsChart6 problem in VB.NET

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

    Have a good day.

    User wrote:
    [color=blue]
    > 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.File NotFoundExcepti on'
    > occurred in myApp.exe
    > Additional information: File or assembly name AxInterop.MSCha rt20Lib, or
    > one of its dependencies, was not found.
    >
    > Does anybody has seen this before? How can I get rid of it?
    >
    > Thank you!
    >[/color]

    Comment

    Working...