Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Getting error "Invalid Argument line 23"
posted

Hi ,

We are trying to use the xamlwebHTMLviewr control in one silver light application. I am trying to display the HTML control on clicking of a button.

on clicking of the button i am getting the javascript exception "Invalid Argument" at line 23.

In debugger it is redirecting to jQuery.js file and showing error at following code

elem[name]=value . // line number 23 character 1286.
Is it that i have to install any prerequisites.
My environment is :
VS 2008
.Net 3.5
Silverlight
Please let me know if i missed out any thing.