Home > Software engineering >  Unable to find AxMSChart20Lib reference component
Unable to find AxMSChart20Lib reference component

Time:09-30

Warning "MSChart20Lib" failed to find a reference 3 components,
Warning failed to find a reference 4 components "AxMSChart20Lib,"
Warning fail to load 2 reference "MSChart20Lib" type library, library without registration, (exception from HRESULT: 0 x8002801d (TYPE_E_LIBNOTREGISTERED) Imaging
Warning 1 cannot load reference "AxMSChart20Lib" type library, library without registration, (exception from HRESULT: 0 x8002801d (TYPE_E_LIBNOTREGISTERED) Imaging
I have now installed the MSChart. Exe, but also continue to report errors, in my folder, there are two files for "AxInterop. MSChart20Lib. DLL" and "Interop. MSChart20Lib. DLL," I have been added to the reference, but also an error, please help to analyze, thank you!!!!!!

CodePudding user response:

You is VB.Net,
In accordance with the contract, name of the DLL interop is type of COM DLL encapsulation,
Only encapsulated DLL without original DLL, can compile but can't run, so the warning,
  • Related