Runtime Error

What does the following Runtime error mean and how do you fix it?

"A Runtime Error has occured.
Do you wish to Debug

Line 66
Error: The Callee (Server[not server application]) is not available and disappeared; all connections are invalid. The call did not execute
 
That usually just means they coded the website incorrectly and there is nothing you can do about it. I don't even know why they give regular users the option to debug it, because it doesn't do you any good.

:wave:Welcome to TechSpot:wave:
 
If you can tell us what URL this was from, we can take a look at the script and maybe see.

The basic error though appears to say that whatever server the script was (attempting to) communicate with was down, or network problems were in the way.

Have you retried the webpage since that time? Did you get the error again?

Also, if you ARE using IE (which that appears to be an IE error), be sure you have downloaded the most recent version of IE (and its patches!). Scripting errors are frequently seen in IE5 these days because twits code their pages for IE6, and so forth.

Hope this helps!
 
Back