I have been attempting to get this calender extension to work for ever. For that matter no matter what I do no AJAX stuff works for me. I have copied all the DLL to the bin folder and changed the web site to .net 3.5 and that compiled ok, I checked the web config file and found that it already was set for 3.5.0.0 I have a simple module that has two dates StartPosting and StopPosting news events. When I click on them the calendar is suppose to pup up, but it does not, If I use the EditMask to say put the dat in 99/99/9999 it does not put the __/__/____ mask on when the text box gets focus either. I am using a simple user control with C$ code behind like all my modules. The module installed cleanly and has no warnings when the page loads. I am on DNN 4.5.1 if that helps.
<!--
ASP.NET AJAX support -->remove verb="*" path="*.asmx"/>add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false"/>
<
<
<
<