Server.CreateObject("MSWC.Tools") fails in Windows 2003 server?

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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. ...
    4. "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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default 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

  8. #7

    Default 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

  9. #8

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139