I'm trying to install Spire.DataExport Free and I'm getting this exception during setup:
Retrieving the COM class factory for component with CLSID {656D8328-93F5-41A7-A48C-B42858161F25} failed due to the following error: 80080005.
I did a JIT debug to get this and the stack trace:
at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at Spire.DataExport.Installer.ToolboxInstaller.InstallControlsToVisualStudioToolbox(CreateProjectDelegate CreateProject, Type DTEType, String assemblyPath)
at Spire.DataExport.Installer.ToolboxInstaller.InstallControls()
at Spire.DataExport.Installer.Program.Main(String[] args)
On my system CLSID {656D8328-93F5-41A7-A48C-B42858161F25} corresponds with VisualStudio.DTE, which in turn points to "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"
It appears to be related to the Toolbox Controls installer.
Is anyone else getting this?
Thanks,
Jeff