2010-05-11 44 views
1

在具有在根文件夾上運行的ASP.NET MVC的虛擬站點上安裝和配置Reporting Services後,我得到此「錯誤「:報告服務錯誤「無法加載文件或程序集'Spring.Web'或其某個依賴項」

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 

有沒有人有任何想法如何解決這個問題?

Thanks guys guys

回答

0

確保Spring.Web.dll位於bin文件夾中?

+0

我遇到同樣的問題 – 2015-12-17 08:08:32

相關問題