I have developed an application that uses the Office Web Components 2003. This application will be deployed to systems that do not have Office or the Web Components installed. The problem that I am encountering is that if the client does not have Office or the Web Components installed, it produces a System.Runtime.InteropServices.COMException error.
I believe what is happening is that all the necessary files needed to use the Web Components are not being included in the deployment package. Is there a way that I can determine what these files are and include add them to the deployment package or push out the Office Web Components 2003 as an msi? The axOWC11.dll is included and installed with the deployment package.
The other idea I had was that the AxChartSpace class that I am using is not being registered? Is there a way to register the class as part of the deployment package?
Thanks,
Timothy