Shared Hosting
I have several reports created in the version of Fastreports developed in .net 2.0. the reports operate correctly in several shared hosting environments but I can't get them going on GoDaddy shared hosting.
Has anyone deployed fast reports with GoDaddy successfully? Any help is appreciated
Has anyone deployed fast reports with GoDaddy successfully? Any help is appreciated
Comments
I setup clustering as per programmers manual via asp.net section and I get the correct response as follows:
FastReport.Web.WebExport handler: FastReport.NET v2014.1.3
Current server time: 1/29/2014 4:41:15 AM
Cluster mode: ON
Files in storage: 1
I have the *.frx report files in App_Data folder
However when accessing the report I get: (I have removed all abs references to directories)
********** 1/30/2014 12:46:26 AM **********
Inner Exception Type: System.TypeInitializationException
Inner Exception: The type initializer for 'FastReport.Report' threw an exception.
Inner Source: FastReport
Inner Stack Trace:
at FastReport.Report..ctor()
at FastReport.Web.ReportTab..ctor()
at FastReport.Web.WebReport.InitTabs()
at FastReport.Web.WebReport.get_Prop()
at FastReport.Web.WebReport.set_ReportFile(String value)
at ASP.loggedinuser_cussummaryfastreport_aspx.__BuildControlWebReport1() in d:\\\html\\.aspx:line 12
at ASP.loggedinuser_cussummaryfastreport_aspx.__BuildControlContent3(Control __ctrl) in d:\\\html\\.aspx:line 8
at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
at System.Web.UI.MasterPage.InstantiateInContentPlaceHolder(Control contentPlaceHolder, ITemplate template)
at ASP.site_master.__BuildControlMainContent() in d:\\\html\Site.Master:line 153
at ASP.site_master.__BuildControl__control36(Control __ctrl) in d:\\\html\Site.Master:line 140
at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)
at System.Web.UI.UpdatePanel.CreateContents()
at System.Web.UI.UpdatePanel.set_ContentTemplate(ITemplate value)
at ASP.site_master.__BuildControlupdatePanelMain() in d:\\\html\Site.Master:line 140
at ASP.site_master.__BuildControlform1() in d:\\\html\Site.Master:line 19
at ASP.site_master.__BuildControlTree(site_master __ctrl) in d:\\\html\Site.Master:line 1
at ASP.site_master.FrameworkInitialize() in c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\1ad87dac\558da82f\App_Web_yfv14kdn.0.cs:line 0
at System.Web.UI.UserControl.InitializeAsUserControlInternal()
at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
at System.Web.UI.Page.get_Master()
at System.Web.UI.Page.ApplyMasterPage()
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Exception Type: System.Web.HttpUnhandledException
Exception: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source: DefaultPage
Stack Trace:
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.loggedinuser_cussummaryfastreport_aspx.ProcessRequest(HttpContext context) in c:\windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\1ad87dac\558da82f\App_Web_cussummaryfastreport.aspx.96a56174.j6tixoqh.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Required as stipulated in the manual for hosting farms, like godaddy. I gave appropriate permissions to the folder set in the FastReportStoragePath setting but still not working