AxMXChart control preventing VBE2008 app. deployment
I have a VBE2008 application that I am trying to deploy using the VBE2008 clickonce publisher. When the setup is run on a user's computer the installation seems to run OK prerequisite questions are asked and files installed then the application installs physically to the user's drive and icons are created. Then the application is launched for the first time the user gets an error message saying the application has encountered a problem and no other explanation is given.
Because other applications install OK I started removing parts of the application to see what is causing the problem and it turns out to be the AxMSChart control.
The publisher lists under application files:
AxInterop.MSChartLib.dll
Interop.MSChartLib.dll
And MSChart.exe as a prerequisite.
Can anyone see a reason why this control is causing the application to not run after installation?