Ask a Question related to ASP Components, Design and Development.
-
bsmalik #1
Server.CreateObject("MSWC.Tools") fails in Windows 2003 server?
hello all,
I hope you all are fine and doing well. I'm finding this error when i do
Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
installed IIS resource kit and window 2003 server resource kit but the
problem persists. Please tell me how to get rid of this.
Thanks a lot...
bsmalik Guest
-
crystal report "logon failed" on windows server 2003
Hi all, I encountered a crystal report deployment problem. I make reports with Crystal Report for Visual Studio .NET 2003. It works fine in... -
Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click... -
Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path"
I have an ASP.NET web application running on a load-balanced Windows Server 2003 web farm running IIS 6.0, using Active Directory authentication. ... -
"Server.CreateObject failed" intermittently
Dear all, I have the same problem as Ed who post his problem in May. Afterward, a kind guy suggest his to call local rather than thru mts. In... -
server.createObject("wscript.shell") ... wShell.run ... stopped working...
I used to be able to run the following ASP code on our corp machine (W2K Server Edition and IIS-5) and successfully send a net-msg to anyone on our... -
Ray Costanzo [MVP] #2
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server?
What error?
Ray at work
"bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
news:8C91B993-C3B3-4737-AB66-9A4E3CC9B913@microsoft.com...> hello all,
>
> I hope you all are fine and doing well. I'm finding this error when i do
> Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
> installed IIS resource kit and window 2003 server resource kit but the
> problem persists. Please tell me how to get rid of this.
>
> Thanks a lot...
Ray Costanzo [MVP] Guest
-
bsmalik #3
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server
Server.Create Object Error when i try to do Server.CreateObject("MSWC.Tools")
"Ray Costanzo [MVP]" wrote:
> What error?
>
> Ray at work
>
> "bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
> news:8C91B993-C3B3-4737-AB66-9A4E3CC9B913@microsoft.com...>> > hello all,
> >
> > I hope you all are fine and doing well. I'm finding this error when i do
> > Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
> > installed IIS resource kit and window 2003 server resource kit but the
> > problem persists. Please tell me how to get rid of this.
> >
> > Thanks a lot...
>
>bsmalik Guest
-
Ray Costanzo [MVP] #4
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server
What is the error? Hint: Copy and paste the error that you see in your
browser when you try to load the page.
Ray at work
"bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
news:6BC3BE2D-8A50-4CDB-AA90-5B8D2C43409C@microsoft.com...> Server.Create Object Error when i try to do
> Server.CreateObject("MSWC.Tools")
>
> "Ray Costanzo [MVP]" wrote:
>>> What error?
>>
>> Ray at work
>>
>> "bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
>> news:8C91B993-C3B3-4737-AB66-9A4E3CC9B913@microsoft.com...>>>> > hello all,
>> >
>> > I hope you all are fine and doing well. I'm finding this error when i
>> > do
>> > Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
>> > installed IIS resource kit and window 2003 server resource kit but the
>> > problem persists. Please tell me how to get rid of this.
>> >
>> > Thanks a lot...
>>
>>
Ray Costanzo [MVP] Guest
-
Egbert Nierop \(MVP for IIS\) #5
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server
ps: Better use CreateObject("MSWC.Tools")
Server.CreateObject can 'hide' the real error and what Ray said, is good to
do as well.
--
compatible web farm Session replacement for Asp and Asp.Net
[url]http://www.nieropwebconsult.nl/asp_session_manager.htm[/url]
"bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
news:6BC3BE2D-8A50-4CDB-AA90-5B8D2C43409C@microsoft.com...> Server.Create Object Error when i try to do
> Server.CreateObject("MSWC.Tools")
>
> "Ray Costanzo [MVP]" wrote:
>>> What error?
>>
>> Ray at work
>>
>> "bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
>> news:8C91B993-C3B3-4737-AB66-9A4E3CC9B913@microsoft.com...>>>> > hello all,
>> >
>> > I hope you all are fine and doing well. I'm finding this error when i
>> > do
>> > Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
>> > installed IIS resource kit and window 2003 server resource kit but the
>> > problem persists. Please tell me how to get rid of this.
>> >
>> > Thanks a lot...
>>
>>Egbert Nierop \(MVP for IIS\) Guest
-
bsmalik #6
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server
The Error is:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/intranet102/security/login.asp, line 137
800401f3
"Egbert Nierop (MVP for IIS)" wrote:
> ps: Better use CreateObject("MSWC.Tools")
>
> Server.CreateObject can 'hide' the real error and what Ray said, is good to
> do as well.
>
> --
> compatible web farm Session replacement for Asp and Asp.Net
> [url]http://www.nieropwebconsult.nl/asp_session_manager.htm[/url]
>
> "bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
> news:6BC3BE2D-8A50-4CDB-AA90-5B8D2C43409C@microsoft.com...>> > Server.Create Object Error when i try to do
> > Server.CreateObject("MSWC.Tools")
> >
> > "Ray Costanzo [MVP]" wrote:
> >> >> What error?
> >>
> >> Ray at work
> >>
> >> "bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
> >> news:8C91B993-C3B3-4737-AB66-9A4E3CC9B913@microsoft.com...
> >> > hello all,
> >> >
> >> > I hope you all are fine and doing well. I'm finding this error when i
> >> > do
> >> > Server.CreateObject("MSWC.Tools") in ASP using interdev. I have already
> >> > installed IIS resource kit and window 2003 server resource kit but the
> >> > problem persists. Please tell me how to get rid of this.
> >> >
> >> > Thanks a lot...
> >>
> >>
> >>
>bsmalik Guest
-
Ray Costanzo [MVP] #7
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server
Have you registered the component on the server using regsvr32? If so, try
unregistering it and registering it again.
regsvr32 /u C:\Path\To\File.dll
regsvr32 C:\Path\To\File.dll
Ray at home
"bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
news:B1484730-B695-4E17-91E0-487E587EDC1D@microsoft.com...> The Error is:
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /intranet102/security/login.asp, line 137
>
> 800401f3
>
Ray Costanzo [MVP] Guest
-
bsmalik #8
Re: Server.CreateObject("MSWC.Tools") fails in Windows 2003 server
what is file.dll? how do i find the path?
"Ray Costanzo [MVP]" wrote:
> Have you registered the component on the server using regsvr32? If so, try
> unregistering it and registering it again.
>
> regsvr32 /u C:\Path\To\File.dll
> regsvr32 C:\Path\To\File.dll
>
> Ray at home
>
> "bsmalik" <bsmalik@discussions.microsoft.com> wrote in message
> news:B1484730-B695-4E17-91E0-487E587EDC1D@microsoft.com...>> > The Error is:
> >
> > Server object error 'ASP 0177 : 800401f3'
> >
> > Server.CreateObject Failed
> >
> > /intranet102/security/login.asp, line 137
> >
> > 800401f3
> >
>
>bsmalik Guest



Reply With Quote

