On one machine with win 8.1, office 2013 got an exception (others with the same components are ok)
What could be causing this?
```
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80080005.
Ex.Source: mscorlib
Ex.TargetSite: AllocateUninitializedObject
Stack trace:
at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)
at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(Type objectType)
at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(Type serverType)
at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)
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 NetOffice.COMObject.CreateFromProgId(String progId)
at NetOffice.COMObject..ctor(String progId)
at NetOffice.ExcelApi.Application..ctor()
at BclAccounting.MainForm.ExportViewToExcel(GridView View)
at BclAccounting.MainForm.ExportToExcelToolStripButton_Click(Object sender, EventArgs e)
```
Comments: I need to see some caller code. What you try to do? I need to know this to reproduce the scenario. The id :{00024500-0000-0000-C000-000000000046} is the point of interest here. NetOffice failed to find a wrapper class for a COM type with this interface id. I need to know what is this (awaiting) type to clearify the situation. *Sebastian
What could be causing this?
```
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80080005.
Ex.Source: mscorlib
Ex.TargetSite: AllocateUninitializedObject
Stack trace:
at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)
at System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(Type objectType)
at System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(Type serverType)
at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)
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 NetOffice.COMObject.CreateFromProgId(String progId)
at NetOffice.COMObject..ctor(String progId)
at NetOffice.ExcelApi.Application..ctor()
at BclAccounting.MainForm.ExportViewToExcel(GridView View)
at BclAccounting.MainForm.ExportToExcelToolStripButton_Click(Object sender, EventArgs e)
```
Comments: I need to see some caller code. What you try to do? I need to know this to reproduce the scenario. The id :{00024500-0000-0000-C000-000000000046} is the point of interest here. NetOffice failed to find a wrapper class for a COM type with this interface id. I need to know what is this (awaiting) type to clearify the situation. *Sebastian