Object Required: 'Application(..)' error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jai80
    New Member
    • Nov 2006
    • 30

    Object Required: 'Application(..)' error

    hi frenz,

    i have developed an asp page,fetching records from database(sql server 2000). i have placed the orderids as hyperlinks in this page, which when clicked will open another asp page. when i try to do this action,i'm getting the following error:

    Microsoft VBScript runtime (0x800A01A8)
    Object required: 'Application(.. .)'
    /gfsvpath/include/i_shop.asp, line 3

    and this asp file(i_shop.asp ), where the error is pointing to, as you can see from the error message, contains some functions and i have included this file in my asp page, which am trying to open when i click the hyperlink.

    i_shop.asp, line 3:
    set MSCSSite = Application("MS CSSite")

    help me out to solve this error. thanks in advance.

    cheers,
    jai.
Working...