Reporting Services错误“无法加载文件或程序集'Spring.Web'或其依赖项之一”

时间:2010-05-11 12:17:05

标签: reporting-services

在具有在根文件夹上运行的ASP.NET MVC的虚拟站点上安装和配置Reporting Services之后,我收到此“错误”:

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 

Parser Error Message: Could not load file or assembly 'Spring.Web' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\blc\web.config line 171)

Source Error: 


Line 169:           <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 170:           <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 171:           <add name="Spring" type="Spring.Context.Support.WebSupportModule, Spring.Web"/>
Line 172:           <add name="OpenSessionInView" type="Spring.Data.NHibernate.Support.OpenSessionInViewModule, Spring.Data.NHibernate21"/>
Line 173:       </httpModules>


Source File: C:\Inetpub\wwwroot\blc\web.config    Line: 171 

有没有人知道如何解决这个问题?

谢谢你们

1 个答案:

答案 0 :(得分:0)

确保Spring.Web.dll在您的bin文件夹中?