Posted on: 9/7/2012 7:06:54 AM | Views : 585

Hi all,
My Client is getting the following error randomly. I even not able to find out the reason.
Error:
Exception type : InvalidCastException Exception message: Unable to cast object of type 'System.Boolean' to type 'System.String'.
Stack Trace:
Stack trace: at BindTypes.GetAgreement(String userA) at billenroll_Wizard.Page_Load(Object sender, EventArgs e) 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)
According to my understanding based on stack trace, this error occurs on the following function.
Go to the complete details ...