Discussion:
Error: 006~ASP 0177~Server.CreateObject Failed~80004005
(too old to reply)
Vinutha_DS
2007-08-21 07:08:02 UTC
Permalink
Hi

My colleague is encountering the following error. Can you help please
-------------------------------------------------------------------------------------------
The asp file was working fine in our earlier environment with IIS 5 and OS
Windows 2000.

We are getting this error message in our environment which has IIS 6 and
Windows 2003 OS.

Error: 006~ASP 0177~Server.CreateObject Failed~80004005
-------------------------------------------------------------------------------------------

Regards
Vinutha DS
cori
2007-08-21 14:08:01 UTC
Permalink
We have discovered that we have similar problem and that uninstalling update
MS07-045 seems to resolve it, at least for the time being. I'm working with
MicroSoft to determine where the error lies and hopefully come up with a
resolution that doesn;t require never installing that update.

My existing thread is at
http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.public.inetserver.iis&mid=e32cf87f-d7d6-4de6-b6f0-1d9438461f02.
--
Thanks;
cori
Post by Vinutha_DS
Hi
My colleague is encountering the following error. Can you help please
-------------------------------------------------------------------------------------------
The asp file was working fine in our earlier environment with IIS 5 and OS
Windows 2000.
We are getting this error message in our environment which has IIS 6 and
Windows 2003 OS.
Error: 006~ASP 0177~Server.CreateObject Failed~80004005
-------------------------------------------------------------------------------------------
Regards
Vinutha DS
cori
2007-08-27 17:00:01 UTC
Permalink
Possible real fix: add the following to web.config, before <system.web>:

<startup>
<requiredRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
--
Thanks;
cori
Post by Vinutha_DS
Hi
My colleague is encountering the following error. Can you help please
-------------------------------------------------------------------------------------------
The asp file was working fine in our earlier environment with IIS 5 and OS
Windows 2000.
We are getting this error message in our environment which has IIS 6 and
Windows 2003 OS.
Error: 006~ASP 0177~Server.CreateObject Failed~80004005
-------------------------------------------------------------------------------------------
Regards
Vinutha DS
rchilambi
2008-02-21 18:19:03 UTC
Permalink
I am having a similar problem with update MS08-010. But my application uses
.net2.0. Do you know of any fix or updates? Any help is greatly appreciated.

thanks
Rajesh
Post by cori
<startup>
<requiredRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
--
Thanks;
cori
Post by Vinutha_DS
Hi
My colleague is encountering the following error. Can you help please
-------------------------------------------------------------------------------------------
The asp file was working fine in our earlier environment with IIS 5 and OS
Windows 2000.
We are getting this error message in our environment which has IIS 6 and
Windows 2003 OS.
Error: 006~ASP 0177~Server.CreateObject Failed~80004005
-------------------------------------------------------------------------------------------
Regards
Vinutha DS
Loading...