Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > webforms reports throws error while loading

Reply
Thread Tools

webforms reports throws error while loading

 
 
Mahdi Haeri
Guest
Posts: n/a
 
      05-29-2006
Thanks to every one who help in this issue:
i have integrated a web report in an asp.net 2 page.
it is working properly in my pc which has iis 5 and win XP but in my server
it throws an error telling me the Reporting Assemblies cannot be load.
i looked at assemblies installed in my server and all assemblies related to
reporting are installed and it is same version as in my pc.
the server is win 2003

this is the error message.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
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
'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system
cannot find the file specified.

Source Error:


Line 34: <add assembly="System.Windows.Forms, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 35: <add assembly="System.Runtime.Remoting, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
Line 36: <add assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 37: </assemblies>
Line 38: <buildProviders>


Source File: F:\Host\RickWhite\EZEVS\Implementation\web.config Line: 36

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind
failure logging.
To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].





--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.42

you can see the error here:
http://www.intellisoft.homeip.net/

thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal Reports .NET Loading Report Failed error Anna S ASP .Net 1 04-19-2009 04:44 PM
sys.WebForms.PageRequestManagerServerErrorExceptio n: An unknown error occured while p moiseszaragoza ASP .Net 0 12-12-2008 08:27 PM
dynamically loading user controls in webforms nemesis.saurabh@gmail.com ASP .Net 2 08-08-2006 06:51 AM
loading dinamically webforms =?Utf-8?B?am9zZXBt?= ASP .Net 3 10-07-2005 05:35 PM
Got error msg while Debugging : Error while trying to run project: ... ^CrazyCoder^ ASP .Net 3 09-15-2003 09:40 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57