I have just installed the ReZults module on DNN 6.2.1 and created a small survey. The survey works fine, but when I get to completion page, I received this error:
Unknown server tag 'asp:chart'.
but no error in the event log.
I then followed the instructions in Chris' latest post and added the 3 lines in the relevant sections of my web.config module.
This resulted in an exception, even after I added D.Mascaretti's app settings:
A critical error has occurred. Request failed.
AssemblyVersion: 6.2.1
PortalID: 0
PortalName: NSAP Cloud Website
UserID: 1
UserName: host
ActiveTabID: 89
ActiveTabName: Test
RawURL: /Data/Test/tabid/89/rezltsact/shwrunrpt/Default.aspx?rptpe=qRvAcuTjRUGEVxKBCKIFEA%7C%7C&rnid=l1HP1PkTVoQ%7C&prjid=l1HP1PkTVoQ%7C
AbsoluteURL: /Default.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 372f2e7e-4828-42e2-8031-9527a8b1aed3
InnerException: Request failed.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.IsWebDevActive
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Request failed. ---> System.Security.SecurityException: Request failed. at System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.IsWebDevActive() at System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.Inspect() at System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings.ParseParams(String parameters) at System.Web.UI.DataVisualization.Charting.ChartHttpHandlerSettings..ctor(String parameters) at System.Web.UI.DataVisualization.Charting.ChartHttpHandler.InitializeParameters() at System.Web.UI.DataVisualization.Charting.ChartHttpHandler.EnsureInitialized(Boolean hardCheck) at System.Web.UI.DataVisualization.Charting.ChartHttpHandler.EnsureInstalled() at System.Web.UI.DataVisualization.Charting.Chart.GetImageStorageMode() at System.Web.UI.DataVisualization.Charting.Chart.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) at
Anyone got a suggestion?
Thanks
Phil