Hi, I'm getting the following js error when adding a recurrence to an appointment and/or when saving the appointment itself. (The appointment can't be saved)
Microsoft JScript runtime error: Can't execute code from a freed script
The error is thrown at :
date.setTime(dialog._appointment.getStartDateTime().getTime()); ==> Line 156 of ig_addAppointmentDialog.js
I've researched about this error on Google and seems like it's caused on IE only and it can be fixed changing the order or sequence of the meta tags and script tags on the page.
These dialog pages (on the shared virtual path) have the js script link at the end of the page. I tried to move them to the header but that made the dialog don't work properly and the problem still happening.
I'm using VS 2010, infragistics35 (v10.3)
I've followed the following video to get a working sample and everything else works fine.
http://www.youtube.com/watch?v=X0pua3Riy78
How can this "Can't execute code from a freed script" error on schedule dialogs be fixed?
Thanks
Hello kcrosson,
Please let me know if you have any questions.
I apologize for the delay of my response.
Thank you for your patience while I was investigating this issue.
I suggest upgrading to the latest service release. The scripts that are needed by the user controls, such as Appointment, Recurrence, and Reminder may be upgraded as well.
If you have any questions, please let us know as well.
I am currently looking into this issue. I will be updating you by the end of the day tomorrow.