Server Error in '/' Application

  •  09-24-2005, 7:49 AM

    Server Error in '/' Application

    The data at the root level is invalid. Line 1, position 1.

    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: The data at the root level is invalid. Line 1, position 1.

    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:

    [XmlException: The data at the root level is invalid. Line 1, position 1.]
       System.Xml.XmlTextReader.ParseRoot() +323
       System.Xml.XmlTextReader.Read() +127
       System.Xml.XmlValidatingReader.ReadWithCollectTextToken() +146
       System.Xml.XmlValidatingReader.Read() +26
       System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +80
       System.Xml.XmlDocument.Load(XmlReader reader) +72
       System.Xml.XmlDocument.Load(String filename) +78
       aj.b(String A_0) +419
       CuteSoft.Chat.ChatApi.GetStrings(String culture) +20
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.GetStrings_InterceptedCall(String culture) +78
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetStrings_InterceptedCall(String culture) +78
       CuteSoft.Chat.ChatWebUtility.GetStrings(String culture) +119
       CuteSoft.Chat.Impl.ResourceContext.LoadResources(CultureInfo ci) +25
       CuteSoft.Chat.UI.ChatPageBase.Render(HtmlTextWriter writer) +44
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
       System.Web.UI.Page.ProcessRequestMain() +1926
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
View Complete Thread