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?