Could not load file or assembly 'Stimulsoft.Report.Web

Stimulsoft Reports.WEB discussion
Post Reply
ausb_sami
Posts: 2
Joined: Fri Jun 05, 2009 9:11 am

Could not load file or assembly 'Stimulsoft.Report.Web

Post by ausb_sami »

I created an ASP.NET web application and made a simple report, It worked fine in my local machine. Then I deployed the application to shared hosted server and copied these
dll into "Bin" Folder:
Stimulsoft.Base.dll
Stimulsoft.Controls.dll
Stimulsoft.Editor.dll
Stimulsoft.Report.dll
Stimulsoft.Report.Web.dll

But I'm getting this error :
Could not load file or assembly 'Stimulsoft.Report.Web, Version=2008.2.300.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Stimulsoft.Report.Web, Version=2008.2.300.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' or one of its dependencies. The system cannot find the file specified.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Stimulsoft.Report.Web, Version=2008.2.300.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a' could not be loaded.
Am I missing anything ?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Could not load file or assembly 'Stimulsoft.Report.Web

Post by Edward »

Hi

Please check web.config file and make sure that all required dlls have '2008.2.300.0' version.

Also please check the GAC in that machine. Maybe it contained any other version of dlls?

Thank you.
Post Reply