Results 1 to 2 of 2

Thread: Object Expected error

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    Object Expected error

    Dear All

    i was intend to install an aspx application which i wrote on a new computer. so i installed iis and tryed to run the asp file. and it wrote me an error
    line: 23 (the body tag line):
    char:1
    errorbject expected
    code:0
    url:......XXXXX.aspx

    here is my bode tag

    <body MS_POSITIONING="GridLayout" topmargin="0" onload = "Init()">



    so i installed DOT NET FRAMEWORK 1.1
    and it still doesnt run
    What else can it be???


    p.s - i use code behind file aspx.vb and also use there to access an MS Access DB with jet engine. on my development computer it runs perfect

    thanks alot

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Object Expected error

    After installing .NET there's an additional config util that needs to be run to correctly register ASP.NET on the IIS. I want to say it's called regnetiis.exe or something to that effect it might be regaspxiis.exe. Try spellunking through some of the more recent threads in the ASP.NET forums here... I know it's been mentioned once or twice in the last week.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

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



Click Here to Expand Forum to Full Width