i-ravim

i-ravim

  • NA
  • 4
  • 0

Giving Problem Page.RegisterClientScriptBlock("", ScriptBlock)

Mar 17 2005 8:38 AM
It is working in my development server, but when i copied to Production its giving error that .. Server Error in '/RaviTest' Application. -------------------------------------------------------------------------------- Value cannot be null. Parameter name: key cannot be null or empty Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: key cannot be null or empty Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [ArgumentNullException: Value cannot be null. Parameter name: key cannot be null or empty] System.Web.UI.ClientScriptManager.RegisterClientScriptBlock(Type type, String key, String script, Boolean addScriptTags) +1958607 System.Web.UI.Page.RegisterClientScriptBlock(String key, String script) +78 OptyWeb.VL_Plans.Page_Load(Object sender, EventArgs e) +645 System.Web.UI.Control.OnLoad(EventArgs e) +102 System.Web.UI.Control.LoadRecursive() +45 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +950 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.40903.27; ASP.NET Version:2.0.40903.27