pp12
13 years agoNew Contributor
C# run time error-Permission Denied
Hi ,
I am getting the error "C# script run time error: Permission denied" abruptly when I post a warning message in log and following code get executed.
most of the the code work as expected but sometime it throws the "C# script run time error: Permission denied" error
function GeneralEvents_OnLogWarning(Sender, LogParams)
{
Log["Picture"](Sys["Process"]("iexplore")["Page"]("*")["PagePicture"](),"Capturing image, see the image captured in 'Picture' tab below."); }
I am using this as warning event handler in my project. Please help us. Any help will be appreciated.
Please find the error screen shot attached.
Thanks