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.