I'm using the WCSF 2.0 ServerSideValidationExtender w/ build 30390 successfully on VS 2008/.net 3.5 sp1. I tried upgrading to build 40412 that requires the use of the ToolkitScriptManager. When the page loads, I get the following javascript error when trying to register the class with the line of code below:
Microsoft JScript runtime error: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: baseType
AjaxControlToolkit.WCSFExtensions.ServerSideValidationBehavior.registerClass('AjaxControlToolkit.WCSFExtensions.ServerSideValidationBehavior', AjaxControlToolkit.BehaviorBase);
I reverted back to build 30390 and tested successfully using both the ToolkistScriptManager and ASP.NET ScriptManager. Is this a defect or am i doing something wrong?
Comments: It seems that this error is caused by ToolkitScriptManager. Starting with the v15.1 release, we have removed it. So now, this problem should disappear.
Microsoft JScript runtime error: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: baseType
AjaxControlToolkit.WCSFExtensions.ServerSideValidationBehavior.registerClass('AjaxControlToolkit.WCSFExtensions.ServerSideValidationBehavior', AjaxControlToolkit.BehaviorBase);
I reverted back to build 30390 and tested successfully using both the ToolkistScriptManager and ASP.NET ScriptManager. Is this a defect or am i doing something wrong?
Comments: It seems that this error is caused by ToolkitScriptManager. Starting with the v15.1 release, we have removed it. So now, this problem should disappear.