I am evaluating Document Exchange by installing into a brand new DNN site running the latest version (05.04.04). The module installation went fine but when I add an instance to a page, it shows this error:
A critical error has occurred.
'Host' is an unexpected token. Expecting white space. Line 1, position 188.
The event log shows this:
AssemblyVersion: 5.4.4
PortalID: 0
PortalName: My Website
UserID: 1
UserName: host
ActiveTabID: 61
ActiveTabName: Doc Admin
RawURL: /dnnclocks/DocAdmin.aspx
AbsoluteURL: /dnnclocks/Default.aspx
AbsoluteURLReferrer: http://localhost/dnnclock...talid/0/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 89e41863-b329-477c-a182-64f94e093793
InnerException: 'Host' is an unexpected token. Expecting white space. Line 1, position 188.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Xml.XmlTextReaderImpl.Throw
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: 'Host' is an unexpected token. Expecting white space. Line 1, position 188. ---> System.Xml.XmlException: 'Host' is an unexpected token. Expecting white space. Line 1, position 188. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space) at System.Xml.Xsl.Runtime.XmlQueryContext.ConstructDocument(Object dataSource, String uriRelative, Uri uriResolved) at System.Xml.Xsl.Runtime.XmlQueryContext..ctor(XmlQueryRuntime runtime, Object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, WhitespaceRuleLookup wsRules) at System.Xml.Xsl.Runtime.XmlQueryRuntime..ctor(XmlQueryStaticData data, Object defaultDataSource, XmlResolver dataSources, XsltArgumentList argList, XmlSequenceWriter seqWrt) at System.Xml.Xsl.XmlILCommand.Execute(Object defaultDocument, XmlResolver dataSources, XsltArgumentList argumentList, XmlWriter writer) at System.Xml.Xsl.XslCompiledTransform.Transform(XmlReader input, XmlWriter results) at Bring2mind.DNN.Modules.DMX.Common.Globals.XslTransform(XslCompiledTransform transformation, String input, String defaultOutput) at Bring2mind.DNN.Modules.DMX.ViewCollection.ᜂ(Object A_0, EventArgs A_1) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: RDOG
I read the Installation and Getting Started Guides and searched this forum, but haven't found a solution.
The app is running under .NET 4.0, but I switched to a 3.5 app pool and got the same result. I also get the same result when logged in under a portal admin account (rather than a host account).
Any help is appreciated. Thanks!
Roger