JavaScript runtime error: Object doesn't support this property or method
Asked by Michael 13 years ago.
I am using Visual Studio 2010. I can create a new project and use 7.3.2841 with no problem.
When I try and create exactly the same calendar in my existing project I get
JavaScript runtime error: Object doesn't support this property or method
and it highlights a.length as in:
DayPilot.puc=function(d){var a=d.childNodes;if(a){l=a.length;for(i=0;i<l;i+=1)
I was using the lite version so I replaced the reference to DayPilot.dll with 7.3.2841.
Is there something more I need to do to my existing project other than reference DayPilot.dll 7.3.2841?
When I use the version from the sandbox and create a completely new page with a calendar on it displays ok when run.
However the calendar created in 6.7.2397.1 lite which I was using gives the following error when I run it:
JavaScript runtime error: Object doesn't support this property or method, stops at c=r.insertCell(-1) as in