Tja!
Var riktigt puckad och tog inte en backup när jag prövade att göra en add av MiXX posticon-modulen. Det såg så förföriskt lätt ut och nu sitter jag med detta meddelande:
'.', hexadecimal value 0x00, is an invalid character. Line 188, position 51.
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 0x00, is an invalid character. Line 188, position 51.
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: '.', hexadecimal value 0x00, is an invalid character. Line 188, position 51.] System.Xml.XmlTextReaderImpl.Throw(Exception e) +87 System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +77 System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar) +185 System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) +1900784 System.Xml.XmlTextReaderImpl.ParseAttributes() +907 System.Xml.XmlTextReaderImpl.ParseElement() +545 System.Xml.XmlTextReaderImpl.ParseElementContent() +461 System.Xml.XmlTextReaderImpl.Read() +26 System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +557 System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +50 System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +162 System.Xml.XmlDocument.Load(XmlReader reader) +96 System.Xml.XmlDocument.Load(String filename) +157 CommunityServer.Configuration.CSConfiguration.GetConfig() +163 CommunityServer.CSHttpModule.Application_BeginRequest(Object source, EventArgs e) +242 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
Någon aning om var felet sitter?
Addering av modulen krävde pill i följande filer:
1. Ändra saker i denna fil. /themes/blogs/default/skins/Skin-EntryList.ascx
2. Lägga till MiXX.dll i /bin/
3. Skapa /config/ och lägga dit MiXX.Modules.PostIconModule.config.
4. Lägga till tag till modulen under communityserver.config.
5. Toucha web.config.
Jag har återställt alla dessa filer till orginal men får fortfarande problemmeddelandet.