Thread: Problem with ASP

  1. #16
    aurë entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Server object error 'ASP 0177 : 800401f3' - this error message is pretty general and is used in quite a few cases.

    "It means that either the component has not been registered on the server or the ProgID passed to the Server.CreateObject method is misspelled" (http://www.aspemail.com/faq.html)

    Our problem line is:

    set randomNews = Server.CreateObject("MSWC.ContentRotator")

    What is ContentRotator - is this a file? What does your book say? I'm assuming that this is why you're having the error, because ContentRotator cannot be found.

  2. #17
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    as far as i remember, ContentRotator is a server object. it prints random texts from a file and prints them. since i'm using pws, i take into consideration that the object is not properly installed in my computer since the controt.dll file was nowhere to be found.
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help understanding a problem
    By dnguyen1022 in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2009, 04:21 PM
  2. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  3. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  4. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  5. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM