Server Error in '/newrulaibbs' Application.
--------------------------------------------------------------------------------'', hexadecimal value 0x0E, is an invalid character. Line 1361, position 47. 
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.Xml.XmlException: '', hexadecimal value 0x0E, is an invalid character. Line 1361, position 47.Source Error: 
Line 46:             Response.Write(ex.Message);
Line 47:         }
Line 48:         if (!bll.GetIndex(out result, loginname))
Line 49:         {
Line 50:             Response.Redirect(GetErrPage(ErrorCode.ERR_UNKNOWN_ERROR)); //未知错误
 Source File: c:\Inetpub\wwwroot\newrulaibbs\index.aspx.cs    Line: 48 Stack Trace: 
[XmlException: '', hexadecimal value 0x0E, is an invalid character. Line 1361, position 47.]
   System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +1780450
   System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +826
   BBS.BLL.BLLService.GetIndex(ArrayList& result, String username) +0
   index.Page_Load(Object sender, EventArgs e) in c:\Inetpub\wwwroot\newrulaibbs\index.aspx.cs:48
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061