RunTimeError in ASP.Net

Posted by ramyatk06 on Stack Overflow See other posts from Stack Overflow or by ramyatk06
Published on 2009-03-12T11:44:24Z Indexed on 2010/04/14 18:03 UTC
Read the original article Hit count: 420

Filed under:
|

I am doing .net application which is in vb.I am getting an runtime error when running in Internet Explorer,but its running in mozilla. Error as following

Error:SysArgumentTypeException:Object of type 'AjaxControlToolKit.Animation.Length Animation' cannot be converted to type ;AjaxControlToolKit.Animation'.Parameter Instance.

Error is getting in MicrosoftAjax.debug.js if(!this.isInstanceOfType(instance)) throw Error.argumentType('instance',ObjectgetType(instance))

What may be the reason for this error.What can i do to resolve this? Can anybody help?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb