问题描述
我在Visual Studio 2008中完成了sql服务器报告[ssrs],但我希望这些报告加入Visual Studio 2010应用程序中.因此我遇到了错误
即
尚未在应用程序的web.config文件中注册Report Viewer Web控件HTTP处理程序.添加<添加动词="*" path ="Reserved.ReportViewerWebControl.axd" type ="Microsoft.Reporting.WebForms.HttpHandler,Microsoft.ReportViewer.WebForms,Version = 9.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a"> ;到web.config文件的system.web/httpHandlers部分
这个错误是我在vb.net中做我的项目时
i done my sql server reports[ssrs] in visual studio 2008 but i want those reports club into visual studio 2010 application.In that i got an error
i.e
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, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> to the system.web/httpHandlers section of the web.config file
this error i got am doing my project in vb.net
推荐答案
这篇关于SQL Server报告服务中的报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!