My Web Application is writing an Excel file, using Interop.Excel. I already changed the security and identity of Microsoft Excel Application on DCOM and it works fine for about 4/6/8 hours, then the following error message appears:
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a.
Identity: interactive user. Security contains "INTERACTIVE", "NETWORK SERVICE" and all of domain users with full rights.
I've already tried everything that Google advises.
Thanks!