1

我正在尝试将自定义 HttpModule 添加MyHttpModuler到报告服务。但是当我将我的自定义 HttpModule 部署到位于远程机器上的 SSRS 时。然后浏览报表管理站点中的一些报表。我的页面出现了一些错误。我曾经检查 SSRS 日志文件夹下的日志文件以了解发生了什么。而且我总是发现其中记录了一些异常信息。但是异常日志不显示代码行号。日志的示例可能如下所示。

library!ReportServer_0-1!728!08/22/2012-13:36:29:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details., ;
 Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at HandlerLib.MyHttpModuler.TryAuthenticate(HttpApplication context)
   at HandlerLib.MyHttpModuler.Application_BeginRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

有没有办法显示异常日志的代码行,以便我可以了解我的代码缺陷的更多细节?谢谢

4

0 回答 0