Results 1 to 4 of 4

Thread: Problem Regarding Compilation error in ASP.Net

  1. #1
    Join Date
    Jan 2009
    Posts
    67

    Problem Regarding Compilation error in ASP.Net

    I am not a better programmer in asp.net but i am just staring with it. I am getting an error and don't knw hw to resolve it. I am doing a small program in asp.net and i am recieving an erro saying Microsoft VBScript compilation error '800a03ea'. I don't know what is wrong in the program and have no idea how to resolve it.

    Please provide some details regarding this

    Your views will be appreciated

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Problem Regarding Compilation error in ASP.Net

    In the case of Error 800A03EA, the error message really will guide you to the solution. Firstly check the line number, secondly count along the number of letters and spaces indicated by Char: (58 in my example). If you are experienced with VBScript, check the syntax of your script, for example, look for missing syntax e.g _ (underscore) was required in this instance.

    If you are still stuck then a good script editor really would help this type of problem because it color codes the commands.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Problem Regarding Compilation error in ASP.Net

    You need the updated scripting engine. Either install IE5 which comes with the updated scripting engine on the server or download it from microsoft.com.

    Well Demo on you site works fine but when installed on my site i get teh same error so can't be scripting engine?

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Problem Regarding Compilation error in ASP.Net

    It's scripting error because the older version of VBscript didn't support classes. It's not about the ASP version, it's about the version of scripting engine.

    By the way I am talking about the scripting engine installed on the SERVER. It's not about your browser version.

Similar Threads

  1. 'emerge syslog-ng' compilation error on Gentoo Handbook
    By strongArm in forum Operating Systems
    Replies: 6
    Last Post: 02-06-2011, 10:10 AM
  2. JScript compilation error syntax error
    By B.Prajapati in forum Technology & Internet
    Replies: 4
    Last Post: 14-02-2011, 03:24 AM
  3. Fortran compilation problem under Mac
    By Rubero in forum Software Development
    Replies: 7
    Last Post: 25-09-2010, 09:17 PM
  4. Itunes Compilation problem
    By Gruss in forum Windows Software
    Replies: 3
    Last Post: 27-05-2009, 02:47 PM
  5. Stellarium Compilation Error in Ubuntu
    By Chaya in forum Software Development
    Replies: 7
    Last Post: 30-12-2008, 03:29 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,958,309.75677 seconds with 17 queries