Question:
i am getting this error :Microsoft VBScript compilation error '800a03ea' in a website.?
Shahzeb
2009-12-08 07:55:27 UTC
When i am visiting My college's website to see semister results online , I am getting this error :Microsoft VBScript compilation error '800a03ea'


this is the link of My college's website :

http://www.gpnashik.com/results.asp
Three answers:
2016-03-01 07:31:46 UTC
Hi Chelsea, Open your code and goto line 33. Now move cursor along to the 428th position on that line. Chances are you are missing a & or you have bad punctuation on the line, for example a comma (,) rather than a period (.) The error itself is caused by an expected statement call which most commonly arises when you have a missing or incorrect period [.], comma [,], Speech mark [' or ''], or an ampersand [&] For example if you had a line that said:   set wbemObjectSet = wbemServices, InstancesOf That would cause your error message because the comma and space after wbemServices needs to be a period and no space, that is:   set wbemObjectSet = wbemServices.InstancesOf Regards, Javalad
Amy
2009-12-08 20:04:03 UTC
Hi,Shahzeb



There are 3 step to repair 800a03ea error



If you got 800a03ea error then there is a 94% chance that your computer has registry problems. To repair 800a03ea error you need to follow the steps below:



* Step 1 - Download a 800a03ea error repair tool,install this error repair tool.

* Step 2 - Click the Repair All Button.It will scan you pc for Free.

* Step 3 - Then click the Repair All Button again and your done! It is very easy to repair 800a03ea error.



Here are the url of 800a03ea error repair tool:http://www.fixerrorfast.com/ttfix-800a03ea_error-zz0001
Grinder
2009-12-08 08:35:18 UTC
if you click the link that you supplied it shows



*********************************************************************



Microsoft VBScript compilation error '800a03ea'



Syntax error



/results.asp, line 206



endi if



*********************************************************************



so the error is on line 206



and from the looks of that error - you have ended the END IF incorrectly



it should be END IF and not ENDI IF


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...