TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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
Reply
Answers (
0
)
ACCESS DENIED when opening a Microsoft Word document with my ASP.NET web application.
Login form logs in but forces you to login again replacing domain in url - forms authentication problem?