I am using Godaddy hosting and they installed (automagically) DNN for me about two weeks ago.
Everything is working fine - but I can't get the News Feed module to work.
I have added the module and I am trying to add one of these feeds:
http://www.google.com/search?q=national+homeless+news&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&safe=active
or
http://news.search.yahoo.com/news/rss?p=%2Bdallas+%2Bhomeless&ei=UTF-8&vm=r
This is the message that is returned by the module:
News Feed Is Not Available At This Time. Error message:Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
When I open the Event Viewer I see:
InnerException: 'times' is an unexpected token. The expected token is '"' or '''. Line 13, position 19.
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: 'times' is an unexpected token. The expected token is '"' or '''. Line 13, position 19. ---> System.Xml.XmlException: 'times' is an unexpected token. The expected token is '"' or '''. Line 13, position 19. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space) at System.Xml.Xsl.XslTransform.Load(XmlReader stylesheet, XmlResolver resolver, Evidence evidence) at DotNetNuke.Common.Utilities.XmlUtils.GetXSLContent(String ContentURL) at DotNetNuke.Modules.News.RssModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Any ideas?
Even if I try it with a different feed (http://www.dotnetnuke.com/About/NewsRoom/tabid/703/moduleid/1344/RSS.aspx) it doesn't work.