I have developed a code in ASP.NET 3.5 which uses interop services to generate reports in excel using visual studio 2008. The same is running very well in the local PC and the system having Windows XP. But when deployed in Windows Server 2008 it starts giving permission related issue.
Retrieving the com class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005
Any Idea on the above?