Roy Soltoff
2009-05-19 14:11:41 UTC
I use the MsChart20.ocx in a VB.Net Vs2008 project to add some minimal
charting capabilities. This project uses the MSCHART20Lib.dll via the
AxMSChart20Lib.dll interface wrapper. On most computers, this works OK. In
testing on a stock Windows Vista and Windows 7RC1, I get an error indicating
that the system could not load assembly MSDATASRC, Version=7.0.3300.0, etc.
On my computer, this assembly is in the GAC. Apparently it is pulled into my
project as a reference when the AxMsChart20Lib.dll is brought in.
According to the VB6 REDIST.TXT file, mschart20.ocx is a redistributable
component. But it appears that MSDATASRC.dll is a component of Microsoft
Office. In searching the Microsoft site, I found a few references to
download a set of interface modules that included MSDATASRC.dll. I dl'd
O2003PIA, extracted the files, and attempted to install it on the W7RC1
system. But it required an install of Office 2003 before it would install.
Since MsChart20.ocx is a redistributable component, is there a dl that
provides an intall of MSDATASRC.dll that is needed to allow this component
to work with VS2008 projects using the AxMSChart20Lib.dll wrapper??
charting capabilities. This project uses the MSCHART20Lib.dll via the
AxMSChart20Lib.dll interface wrapper. On most computers, this works OK. In
testing on a stock Windows Vista and Windows 7RC1, I get an error indicating
that the system could not load assembly MSDATASRC, Version=7.0.3300.0, etc.
On my computer, this assembly is in the GAC. Apparently it is pulled into my
project as a reference when the AxMsChart20Lib.dll is brought in.
According to the VB6 REDIST.TXT file, mschart20.ocx is a redistributable
component. But it appears that MSDATASRC.dll is a component of Microsoft
Office. In searching the Microsoft site, I found a few references to
download a set of interface modules that included MSDATASRC.dll. I dl'd
O2003PIA, extracted the files, and attempted to install it on the W7RC1
system. But it required an install of Office 2003 before it would install.
Since MsChart20.ocx is a redistributable component, is there a dl that
provides an intall of MSDATASRC.dll that is needed to allow this component
to work with VS2008 projects using the AxMSChart20Lib.dll wrapper??