I too facing the same error. The application is working correctly locally. But when I host it on the centralized server (godaddy server is being used), I am getting following error.
at APIMS_Web.Support.CustomerRegistrationDetailsBySupport.Page_Load(Object sender, EventArgs e) in C:\Projects\APIMS_CommSite\APIMS_Marketing_P1\APIMS_Web\Support\CustomerRegistrationDetailsBySupport.aspx.cs:line 90 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr
fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Can anybody throw some light on the reason for the error?
When I click on an image button which redirects me to another page, I am facing this error. When I checked the code by debugging every line, i am not getting any error. The version of IIS on server is 6.0.
None
0 Points
3 Posts
NullReferenceException at System.Web.Util.CalliHelper.EventArgFunctionCaller
Jun 18, 2010 08:50 AM|Shreesh Onkar|LINK
Hi guys,
I too facing the same error. The application is working correctly locally. But when I host it on the centralized server (godaddy server is being used), I am getting following error.
at APIMS_Web.Support.CustomerRegistrationDetailsBySupport.Page_Load(Object sender, EventArgs e) in C:\Projects\APIMS_CommSite\APIMS_Marketing_P1\APIMS_Web\Support\CustomerRegistrationDetailsBySupport.aspx.cs:line 90 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Can anybody throw some light on the reason for the error?
Thanks in advance..
Asp.net 2.0 C# Sql Server IIS
None
0 Points
3 Posts
Re: NullReferenceException at System.Web.Util.CalliHelper.EventArgFunctionCaller
Jun 18, 2010 09:28 AM|Shreesh Onkar|LINK
Some more details about the error:
When I click on an image button which redirects me to another page, I am facing this error. When I checked the code by debugging every line, i am not getting any error. The version of IIS on server is 6.0.