|
 |
asp_web_howto thread: Re: Script engine exception
Message #1 by "Karthikeyan" <rathinamkarthik@y...> on Wed, 26 Feb 2003 11:58:15
|
|
> Hi all,
I am getting the following error when i browse an asp page however
it doesnt occur if its an htm. All asp pages were rendering fine till
yesterday.
Any clues??
Active Server Pages error 'ASP 0240'
Script Engine Exception
/iisHelp/common/500-100.asp
A ScriptEngine threw expection 'C0000005' in
'IActiveScript::SetScriptSite()' from 'CActiveScriptEngine::Init()'.
regards
Hema
*********************************************************************
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should
destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*********************************************************************
hi
we are facing the similar problem as above said, though i will explain
what we facing exactly. In one stage our IIS get hangs and throws the
following error.
----
Active Server Pages error 'ASP 0240'
Script Engine Exception
/iisHelp/common/500-100.asp
A ScriptEngine threw expection 'C0000005' in 'IActiveScript::SetScriptSite
()' from 'CActiveScriptEngine::Init()'.
Active Server Pages error 'ASP 0240'
Script Engine Exception
/khs/login.asp
A ScriptEngine threw expection 'C0000005' in 'IActiveScript::SetScriptSite
()' from 'CActiveScriptEngine::Init()'.
----
The Exact Scenario in our application is,
We are working with ASP, SQL Server 2000.
In ASP, with the help CDONTS, we are sending mail from our application.
Also we are Working with uploading the files, i.e
to move the Excel files to Server. These two are the major process in our
application. Did this may the cause the above said
error?
Also clear me the following, whether the following may cause the above
said error.
1. Not Closing the Database Connection
2. Not Closing Recordset.
3. Not Closing the newly created Text File (through FileSystemObject).
Pls help me to fix the problem, whether anyone of the above said process
may cause the Error.
Thanks a lot for hearing, the suggestions and solutions will be very
helpful to us.
regards
Karthi
Message #2 by "padmaja" <ok_padmaja@y...> on Fri, 28 Feb 2003 11:05:47
|
|
Hi all,
i am also getting this error.
Active Server Pages error 'ASP 0240'
Script Engine Exception
/iisHelp/common/500-100.asp
A ScriptEngine threw expection 'C0000005' in
'IActiveScript::SetScriptSite()' from 'CActiveScriptEngine::Init()'.
what is the cause?Any help?
Any solutions?
Message #3 by "Balaji" <balaji@a...> on Fri, 28 Feb 2003 16:44:12 +0530
|
|
H Padmaja,
It means u have some error in ur Script function.
usually this error occurs when there is a mismatch in
< #include > directories..
can u give ur code..
Bye,
Balaji.
-----Original Message-----
From: padmaja [mailto:ok_padmaja@y...]
Sent: Friday, February 28, 2003 11:06 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Script engine exception
Hi all,
i am also getting this error.
Active Server Pages error 'ASP 0240'
Script Engine Exception
/iisHelp/common/500-100.asp
A ScriptEngine threw expection 'C0000005' in
'IActiveScript::SetScriptSite()' from 'CActiveScriptEngine::Init()'.
what is the cause?Any help?
Any solutions?
|
|
 |