Hi, I am getting the follwing javascript error messages. Could it be something do with versions of the toolkit. I have added the old dll in GAC, shouldnt that solve the error?
Message: Sys.InvalidOperationException: Type AjaxControlToolkit.BehaviorBase has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.
Message: Sys.ArgumentException: Value is not a class. Parameter name: baseType
Message: Sys.ArgumentException: Value is not a class. Parameter name: baseType
Message: Sys.ArgumentTypeException: Object of type 'AjaxControlToolkit.PopupControlBehavior' cannot be converted to type ''. Parameter name: instance
i m using 1.0 and 3.5 of toolkit 1.0 is in GAC and 3.5 in bin. some parts of the code use 1.0 and some 3.5. cant I use both?
