I am using VS 2010 connecting to a SQL 2012 database.
When trying to preview a report I built using the Report Server Project Wizard it does not display. The preview tab does not show the report I made at all.
When I save the report and then deploy it, it will display on the reporting website just fine.
Any help or ideas would be greatly appreciated.
Thanks in advance.
Error Message Text:
TITLE: Microsoft Visual Studio------------------------------
An error prevented the view from loading.
------------------------------
ADDITIONAL INFORMATION:
An error occured while attempting to start the report preview worker process. (Microsoft.ReportingServices.Designer)
------------------------------
CreateProcess failed with Error Code: 5 (Microsoft.ReportingServices.Designer)
------------------------------
BUTTONS: OK
The technical details:
===================================An error prevented the view from loading. (Microsoft Visual Studio)
An error occured while attempting to start the report preview worker process. (Microsoft.ReportingServices.Designer)
------------------------------
Program Location:
at Microsoft.ReportDesigner.Design.ProcessingHostProcess.StartProcess()
at Microsoft.ReportDesigner.Design.ProcessingHostProcess.GetProcessingClient(IPreviewProcessingCallback callback)
at Microsoft.ReportDesigner.Design.WCFProcessingHost..ctor(ProcessingHostProcess hostProcess, ILocalCatalog catalog)
at Microsoft.ReportDesigner.Design.PreviewFrame.<>c__DisplayClass1.<CreateLocalReport>b__0()
at Microsoft.Reporting.WinForms.LocalReport..ctor(Func`1 getNewProcessingHostInstance)
at Microsoft.ReportDesigner.Design.PreviewFrame.CreateLocalReport()
at Microsoft.Reporting.WinForms.ReportViewer.Reset()
at Microsoft.ReportDesigner.Design.PreviewFrame.Initialize(ProjectReportDesigner designer)
at Microsoft.ReportDesigner.Design.ProjectReportDesigner.CreatePreviewFrame(VsStyleToolBar pageViewToolBar)
at Microsoft.DataWarehouse.Design.EditorWindow.EnsureViewIsLoaded(EditorView view)
===================================
CreateProcess failed with Error Code: 5 (Microsoft.ReportingServices.Designer)
------------------------------
Program Location: at Microsoft.ReportDesigner.Design.DependentProcessMonitor.TraceAndThrowLastError(String functionName)
at Microsoft.ReportDesigner.Design.DependentProcessMonitor.CreateDependentProcess(String exePath, String commandLineArgs)
at Microsoft.ReportDesigner.Design.ProcessingHostProcess.StartProcess()