Ummm... —
Urgent problem!
This happens on different browsers, in different computers.
As soon as I click on the 'upload a game' button in the arcade, I get this error screen:
Server Error in '/' Application.
An error occurred while parsing EntityName. Line 26, position 46.
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: An error occurred while parsing EntityName. Line 26, position 46.
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: An error occurred while parsing EntityName. Line 26, position 46.]
System.Xml.XmlTextReaderImpl.Throw(Exception e) +73
System.Xml.XmlTextReaderImpl.Throw(String res, Int32 lineNo, Int32 linePos) +115
System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos) +176
System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars) +4112525
System.Xml.XmlTextReaderImpl.FinishPartialValue() +62
System.Xml.XmlTextReaderImpl.get_Value() +78
System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r) +516
System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o) +42
System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) +280
System.Xml.Linq.XDocument.Load(String uri, LoadOptions options) +65
Arcade.ArcadeXML.loadByPath(String PathToFile) +41
Arcade.ArcadeXML..ctor(Int32 UserID) +53
ArcadeSubmit.Page_Load(Object sender, EventArgs e) +1559
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
System.Web.UI.Control.LoadRecursive() +74