Asp.net: can not debug this problem: Sys.ArgumentNullException: Value cannot be null. Parameter name: elements -


it strange, got problem:

sys.argumentnullexception: value cannot null. parameter name: elements.

this problem happens in ie.

details:

  • scriptresource.axd = line: 4868
  • code: 0 - char: 12

webpage error details

user agent: mozilla/4.0 (compatible; msie 8.0; windows nt 6.1; trident/4.0; slcc2; .net clr 2.0.50727; .net clr 3.5.30729; .net clr 3.0.30729; media center pc 6.0; infopath.2; .net4.0c; .net4.0e; asktbbt4/5.8.0.12304) timestamp: tue, 25 jan 2011 11:24:42 utc

message: sys.argumentnullexception: value cannot null. parameter name: elements line: 4868 char: 12 code: 0 uri: http://asdfsdf/scriptresource.axd?d=7nwonzl2vmauvpybpy_0vvp2zscf0g8yk4dd3sknmq873hwvodhne7rpvjfzwflm0&t=11e661nl.js

thanks in advance!

changing scriptmode release fixed me.

<asp:scriptmanager id="scriptmanager1" runat="server" scriptmode="release"></asp:scriptmanager>


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -