Advanced reporting
and data visualization components for .NET
LIVE CHAT Welcome, guest

 





Server Error - why not more information
Display Posts for:
Invert
P. Moor 06/01/2010 07:13
Server Error - why not more information

I was wondering: isn't there some kind of "debug mode" which shows detailed error information instead of just "Server Error" with a very general message?

I am trying to include the component in an existing project, and I'm running into one problem after another. The only message I ever see within the component is Server Error. I am sure that it's all about configuration issues of the different software components (SSRS, WCF, Silverlight) but it would be much easier to locate the current problem with a detailed error message.
P. Moor 06/01/2010 09:03
Server Error - why not more information

Never mind... The ReportError event can be used for this purpose.
(Hadn't seen it yet.)
Vlad Nekrasov 06/02/2010 06:11
Server Error - why not more information

Hello,

You should add to the project "Server" a folder with name "Log",
And You should set property "DebugMode" for object "reportViewer" in EventHandler Page_Load in Page.xaml:

reportViewer.DebugMode = DebugModeEnum.Full;


Then the error messages will appear in your folder Log automatically and messages will be more complete.


Best regards,
Vlad Nekrasov
Perpetuum Software Team
Dmitrijs Jurins 05/04/2011 06:41
Server Error - why not more information

It seems impossible to do:

Error 2 The name 'DebugModeEnum' does not exist in the current context
Error 1 'PerpetuumSoft.Reporting.Silverlight.MsReporting.Client.ReportViewer' does not contain a definition for 'DebugMode' and no extension method 'DebugMode' accepting a first argument of type 'PerpetuumSoft.Reporting.Silverlight.MsReporting.Client.ReportViewer' could be found (are you missing a using directive or an assembly reference?)
Sergey Kraynov 05/04/2011 22:59
Server Error - why not more information

Hello Dmitrijs,

The 'DebugMode' method is for 'Silverlight Viewer for Reporting Services 2008'. The only way for 2005 version was described in the second message.

Best regards,
Perpetuum Software Support Team