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

  1. #1

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

    i am observing https://examples1.ext.net.

    In ASP.Net MVC applications NORTHWIND example page i found page like following error.

    <h1>Server Error in '/' Application.<hr width="100%" color="silver" size="1"></h1>
    
                <h2> Configuration Error </h2>
    
                
    
                 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 'System.Web.DataVisualization, Version=3.5.0.0, 
    Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its 
    dependencies. The system cannot find the file specified.
    
    
    
                Source Error: 
    
    
    
                <table width="100%" bgcolor="#ffffcc">
                   <tbody><tr>
                      <td>
                          <code></code>Line 53:         <add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 54:         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    Line 55:         <add assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    Line 56:       </assemblies>
    Line 57: 
    
                      </td>
                   </tr>
                </tbody></table>
    
                
    
    
                 Source File:  
    C:\HostingSpaces\gmcgill\mvc.ext.net\wwwroot\web.config    Line: 
     55
                
    
    
    
                Assembly Load Trace: The following information can be
     helpful to determine why the assembly 'System.Web.DataVisualization, 
    Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could
     not be loaded.
    
    
    
                <table width="100%" bgcolor="#ffffcc">
                   <tbody><tr>
                      <td>
                          <code></code>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].
    
    
                      </td>
                   </tr>
                </tbody></table>
    
                
    
    
                <hr width="100%" color="silver" size="1">
    
        
            Version Information: Microsoft .NET Framework 
    Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4205

    Kindly look for this
    Last edited by geoffrey.mcgill; Jul 06, 2010 at 8:10 AM.
  2. #2

    RE: Error Page :- Server Error in '/' Application.

    hi ,
    please remove one assemblies line and test it.

Similar Threads

  1. Replies: 6
    Last Post: Mar 28, 2012, 11:05 AM
  2. Replies: 2
    Last Post: Oct 24, 2011, 3:43 PM
  3. Replies: 2
    Last Post: Feb 22, 2011, 6:15 PM
  4. [CLOSED] Server Error in '/' Application.
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 19, 2010, 4:38 AM
  5. Error when running a published application
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 18, 2008, 3:22 AM

Posting Permissions