Excel interop - 80080005 error [modified]
C#
1
Posts
1
Posters
0
Views
1
Watching
-
The problem is, intermittently i get the error: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80080005. It throw up when I use:
Excel.Application app = new Microsoft.Office.Interop.Excel.Application();
and it happens randomly. What could be the reason? Dose anyone have any experience with this,thanks in advance for ur assistance.
modified on Wednesday, June 23, 2010 5:15 AM