Ask a Question related to ASP Components, Design and Development.
-
Jeroen de Wolf #1
Excel create object error
Hello!
I have an ASP page that creates an Excel object:
set lobjXLSApplication = CreateObject("Excel.Application")
This used to run fine on my local machine, but since I've installed Office
2003, I get the following error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'Excel.Application'
What do I have to do to keep my old script working?
Thank you very much for your help in advance!
Jeroen
Jeroen de Wolf Guest
-
create object permidssion error
I just moved all my IIS and COM+ to windows 2003 server and its gioving this permission error. I checked some articals and I am usin the basic... -
create object error
I just moved all my IIS and COM+ to windows 2003 server and its gioving this permission error. I checked some articals and I am usin the basic... -
Web service in .net not able to create Excel com object
(Type your message here) Hi! I created a web service in .net where in the web method makes call to a function in which I am creating an excel... -
Cannot create object Error
I am trying to create an Adodb.connection in ASP to connect to a database located in the local folder in the root directory. I am getting the... -
Access denied error while using excel object
In order to give ASP.NET the permissions it needs to use Excel, you'll likely need to add the line <identity impersonate="true"/> to your web.config... -
McKirahan #2
Re: Excel create object error
"Jeroen de Wolf" <Activator@community.nospam> wrote in message
news:3A841F2F-289A-4E1A-91F4-2F5FBE4CD1A5@microsoft.com...Google on (CreateObject Excel.Application 2003) came up with these:> Hello!
>
> I have an ASP page that creates an Excel object:
> set lobjXLSApplication = CreateObject("Excel.Application")
>
> This used to run fine on my local machine, but since I've installed Office
> 2003, I get the following error:
> Microsoft VBScript runtime error '800a01ad'
> ActiveX component can't create object: 'Excel.Application'
>
> What do I have to do to keep my old script working?
>
> Thank you very much for your help in advance!
> Jeroen
[url]http://www.issociate.de/board/post/258443/Failed_CreateObject(%22Excel.Appli[/url]
cation%22)_in_Window_2003_Server.html
[url]http://www.neevia.com/support/examples/cr/?get=ex003aspnet[/url]
McKirahan Guest



Reply With Quote

