Ask a Question related to ASP Components, Design and Development.
-
NB #1
Server object error 'ASP 0177 : 8007000e'
Hi,
I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
am trying to create an instance of an ActiveX control using
Server.CreateObject.I am getting the following error:
Server object error 'ASP 0177 : 8007000e'
Server.CreateObject Failed
I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
Does anyone have any idea why this is happening?
Thanks,
NB
NB Guest
-
Server object, ASP 0177 (0x800401F3)
I have a Win2k server running IIS5.0. I have another server in the network that has a web based application that i would like to make public. On... -
Server object error 'ASP 0177 : 800401f3'
I am not able to figure this one out. I am getting this message when i am trying to send confirmation of an order on my localhost testing site. I... -
Server object, ASP 0177 (0x8007000E) Ran out of memory
Hello Gurus, I am creating an instance of MFC COM dll through ASP page. It is giving me the following error. Error Type: Server object, ASP... -
Server object, ASP 0177 (0x800401F3) Error? SOS
Error Type: Server object, ASP 0177 (0x800401F3) Invalid ProgID. For additional information specific to this message please visit the Microsoft... -
ASP 0177 : 800401F3 SERVER.CREATE OBJECT FAILED
Can you show the line of code that is causing this error? Surely you don't expect us to guess which object you're trying to create? ... -
Bullschmidt #2
Re: Server object error 'ASP 0177 : 8007000e'
This might hopefully give you some clues:
[url]http://www.aspfaq.com/search.asp?q=8007000e[/url]
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
<<
I have a Windows 2003 server running IIS 6.0.I have an ASP page in which
I
am trying to create an instance of an ActiveX control using
Server.CreateObject.I am getting the following error:
Server object error 'ASP 0177 : 8007000e'
Server.CreateObject Failed
I read that '8007000e' is the 'Out of Memory ' error.But the same ASP
page
works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
Does anyone have any idea why this is happening?>>
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Bullschmidt Guest
-
JitGanguly #3
RE: Server object error 'ASP 0177 : 8007000e'
Try to open the database folder and check if ther's an ldb file.. if thers is
one that means not all the connections are close.. you'll need to close the
connection then clean it (conn.Close : set conn = nothing)
"NB" wrote:
> Hi,
>
> I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
> am trying to create an instance of an ActiveX control using
> Server.CreateObject.I am getting the following error:
>
> Server object error 'ASP 0177 : 8007000e'
> Server.CreateObject Failed
>
> I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
> works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
> Does anyone have any idea why this is happening?
>
> Thanks,
> NB
>JitGanguly Guest
-
Egbert Nierop \(MVP for IIS\) #4
Re: Server object error 'ASP 0177 : 8007000e'
"NB" <NB@discussions.microsoft.com> wrote in message
news:180F195C-7488-45DD-977F-FE7AE63511DE@microsoft.com...Hi,> Hi,
>
> I have a Windows 2003 server running IIS 6.0.I have an ASP page in which I
> am trying to create an instance of an ActiveX control using
> Server.CreateObject.I am getting the following error:
>
> Server object error 'ASP 0177 : 8007000e'
> Server.CreateObject Failed
Use CreateObject instead of Server.CreateObject. You'll often get a more
detailed error message and the last method, is really bloated call to create
an object.
Second, about what Component are we speaking here?
It is very usefull to tell us about that, so we can give more suggestions.
Often third party components, are not tested on all OS-es or you create (as
you said) an activeX Control which -should not- be ran inside IIS. IIS 6 is
more strict about that.
> I read that '8007000e' is the 'Out of Memory ' error.But the same ASP page
> works properly if I configure IIS 6 to run in IIS 5.0 isolation mode.
> Does anyone have any idea why this is happening?
>
> Thanks,
> NB
>Egbert Nierop \(MVP for IIS\) Guest
-
sunjib mohanty #5
Re: Server object error 'ASP 0177 : 8007000e'
Hi,
I am having the same problem, when I run my web application with IIS 5
isolation mode, works fine but fails to execute in workers in IIS 6.
Did you get any solution to this.
Note : I am running gsw32.exe(5.5) graphic server 3rd party
sunjib mohanty Guest
-
sunjib mohanty #6
Re: Server object error 'ASP 0177 : 8007000e'
Hi,
I am having the same problem, when I run my web application with IIS 5
isolation mode, works fine but fails to execute in workers in IIS 6.
Did you get any solution to this.
Note : I am running gsw32.exe(5.5) graphic server 3rd party
Regards
Sunjib Mohanty
sunjib mohanty Guest



Reply With Quote

