Unable to run a Microsoft ASP application

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

  1. #1

    Default Unable to run a Microsoft ASP application

    Hi,
    We have a vendor application developed in classic ASP which uses a vb
    component.
    When we try to invoke the url , it gives a message

    Server object error 'ASP 0177 : 800aea5f'

    Server.CreateObject Failed

    In the code , system is trying to create an instance by using
    Server.CreateObject

    Appreciate any help.

    SM Guest

  2. Similar Questions and Discussions

    1. Error instantiating Microsoft Visio Application
      I have a web application where I am creating an org chart with Visio. In the web config file I am using impersonation to specify a user account...
    2. CFMX Plus Microsoft Application Center
      Hi guys, I have had a request for info from our operations guys wondering whether ColdFusion MX (we currently have 6.1 but will upgrade to 7 later...
    3. COM+ unable to talk to Microsoft Distributed Transaction Coordinator
      I have a Windows 2003 Server machine on which I am getting the following error, when I try to access the COM+ Applications. "An error occured...
    4. Unable to view pdf files from Microsoft Internet Explorer
      I recently upgraded to Acrobat 5.0 and now when I attempt to view a pdf file while in Microsoft Internet Explorer I get a blank screen. For some...
    5. unable to access microsoft sites...
      We are suddenly unable to access any mircrosoft sites that require a sign-in. This includes hotmail, messenger, The Zone, etc. We have made no...
  3. #2

    Default Re: Unable to run a Microsoft ASP application

    the component has to be registered on the server, is it ?


    "SM" <SM@discussions.microsoft.com> wrote in message news:0DB610D2-C533-410E-8AEB-1C691F82AE1F@microsoft.com...
    > Hi,
    > We have a vendor application developed in classic ASP which uses a vb
    > component.
    > When we try to invoke the url , it gives a message
    >
    > Server object error 'ASP 0177 : 800aea5f'
    >
    > Server.CreateObject Failed
    >
    > In the code , system is trying to create an instance by using
    > Server.CreateObject
    >
    > Appreciate any help.
    >

    Jon Paal [MSMD] Guest

  4. #3

    Default Re: Unable to run a Microsoft ASP application

    Thanks for the response. The component in the subject has been registered on
    the server ( windows 2003 server ) and the issue is not going away.


    "Jon Paal [MSMD]" wrote:
    > the component has to be registered on the server, is it ?
    >
    >
    > "SM" <SM@discussions.microsoft.com> wrote in message news:0DB610D2-C533-410E-8AEB-1C691F82AE1F@microsoft.com...
    > > Hi,
    > > We have a vendor application developed in classic ASP which uses a vb
    > > component.
    > > When we try to invoke the url , it gives a message
    > >
    > > Server object error 'ASP 0177 : 800aea5f'
    > >
    > > Server.CreateObject Failed
    > >
    > > In the code , system is trying to create an instance by using
    > > Server.CreateObject
    > >
    > > Appreciate any help.
    > >
    >
    >
    >
    SM Guest

  5. #4

    Default Re: Unable to run a Microsoft ASP application

    could be a permissions issue

    [url]http://bytes.com/forum/thread751053.html[/url]



    [url]http://www.webservertalk.com/message1743066.html[/url]



    Jon Paal [MSMD] 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