Hi Guys,
I have created custom pages using visual studio. Used ajax tab controls for sections and 2 people pickers also used for users and groups.
My solution is working my local and development server but not working staging environment.
In staging environment i am facing 2 issues.
1. Unable to navigate the tabs based on button clicks(next, prev). Throwing some javascript error.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Mon, 27 Jan 2014 20:24:04 UTC
Message: Sys.WebForms.PageRequestManagerServerErrorException: An unexpected error has occurred.
Line: 5
Char: 62099
Code: 0
URI:
2. Unable to saving the data into custom list.
Getting the following exception, while submitting the page.
System.FormatException: String was not recognized as a valid Boolean. at System.Boolean.Parse(String value) at Microsoft.SharePoint.WebControls.EntityEditor.ParseSpanData(String spans) at
Microsoft.SharePoint.WebControls.EntityEditor.LoadPostData(String postDataKey, NameValueCollection values) at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 36d656ff-ba52-498c-93ba-170f077208e6
01/22/2014 17:54:24.39 w3wp.exe (0x0CB0) 0x1968 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (POST:http://intranetmdl.nylinvestments.com:80/Self_Service/IT/Test/_layouts/CollaborationSite/NewCollaborationSite.aspx?List=c1bd04c1%2D1a72%2D4809%2D804a%2D1b1414e1fd6a&RootFolder=&IsDlg=1&Web=fd83cb41%2Deced%2D476c%2D9eeb%2D5a1a457d2eb4)).
Execution Time=104.434502150413
Please advise me. thanks in advance..
Note: Both dev and staging server environments are same except service package versions
thanks
Santhosh G