dynamically exporting excel error
-
hello everyone... i encountered this error: Creating an instance of the COM component with CLSID {00024500-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8007000e. in Dim Excel_App As New Excel.Application after i got any error when exporting excel programatical.. the last error i encountered was "out of memory to excute this program" then after that i cant run the application at all.. is there any solution to get rid this error? except in restarting the local machine... please please help.. :( thanks in advance
jyn
-
hello everyone... i encountered this error: Creating an instance of the COM component with CLSID {00024500-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 8007000e. in Dim Excel_App As New Excel.Application after i got any error when exporting excel programatical.. the last error i encountered was "out of memory to excute this program" then after that i cant run the application at all.. is there any solution to get rid this error? except in restarting the local machine... please please help.. :( thanks in advance
jyn
Well, that memory error might have something to do with it. It appears you've run the machine out of memory. WHat are you doing that's allocating so much memory?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Well, that memory error might have something to do with it. It appears you've run the machine out of memory. WHat are you doing that's allocating so much memory?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
thanks for your reply Dave.. i just retrieving so much data from database..maybe my local machine cant handle it thats why it raised that error.. but when i put my app in pur server, i dont encounter that error.
jyn
How much RAM is in the server compared to the workstation??
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008