![]() |
#13 |
Участник
|
Вот такое сообщение в файле
Vend.PurchasesPastXPeriods.FullPage - Report Viewer Report Viewer Configuration Error The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> to the system.webServer/handlers section for Internet Information Services 7 or later. Loading... Cancel The DefaultValue expression for the report parameter ‘AX_CompanyName’ contains an error: Dynamics Adapter LogonAs failed. (rsRuntimeErrorInExpression) ----------------------------------------------- Такая строка (первый вариант добавить) у меня уже была в web.config file в папке RS. Тогда почему он такое пишет? Кроме того, в лог - файле RS пишется library!ReportServer_0-48!1ce8!06/21/2011-04:51:38:: Call to GetPropertiesAction(/Dynamics/ru/Cust.ExpectedCashNextXDays.FullPage, PathBased). library!ReportServer_0-48!1fb0!06/21/2011-04:51:40:: Call to GetSystemPermissionsAction(). library!ReportServer_0-48!1fb0!06/21/2011-04:51:40:: Call to GetSystemPropertiesAction(). processing!ReportServer_0-48!1ce8!06/21/2011-04:51:42:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Exception of type 'Microsoft.ReportingServices.ReportProcessing.ReportProcessingException' was thrown.; где надо что дописать? Последний раз редактировалось Arahnid; 21.06.2011 в 15:59. |
|