Problem in Export to Excel from Grid View
-
Hi To all, I got the this error in Following Line. Line: Dim ExcelApp As New Excel.Application() Error:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. I am Using IIS7.0, ASP.NET 2.0, Vista OS Please Help me Soon...
-
Hi To all, I got the this error in Following Line. Line: Dim ExcelApp As New Excel.Application() Error:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005. I am Using IIS7.0, ASP.NET 2.0, Vista OS Please Help me Soon...
It may be permissions. The account running the application pool may not have permissions to open excel. BTW, if you are not using a pre-formatted spreadsheet then you don't need to use excel...
I didn't get any requirements for the signature
-
It may be permissions. The account running the application pool may not have permissions to open excel. BTW, if you are not using a pre-formatted spreadsheet then you don't need to use excel...
I didn't get any requirements for the signature
Thanks for your Replay. Now, I am Getting Convertion problem in Convert Character Data to Number. For Example My Card No is:40563500012124 After convert the Excel Format Now, I am Getting Like This. 4.05635E+15 If I Convert that Cell, I am getting Perfect Result. Please give me the solution.... Thanks