This topic has not yet been rated - Rate this topic

MissingReportServerConnectionInformationException Class 

Occurs when session state is not enabled, and an object implementing IReportServerConnection interface is not supplied through the Web.config file.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

public sealed class MissingReportServerConnectionInformationException : ConfigurationErrorsException
public final class MissingReportServerConnectionInformationException extends ConfigurationErrorsException
public final class MissingReportServerConnectionInformationException extends ConfigurationErrorsException

Please see Web.config Settings for ReportViewer for more information.

System.Object
   System.Exception
     System.SystemException
       System.Configuration.ConfigurationException
         System.Configuration.ConfigurationErrorsException
          Microsoft.Reporting.WebForms.MissingReportServerConnectionInformationException
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.