Server Error in '/' Application.
--------------------------------------------------------------------------------Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. 系统找不到指定的文件。 
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 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. 系统找不到指定的文件。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 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' 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 
有的页面报这个错 有的是正常的!!  怎么回事啊 各位!

解决方案 »

  1.   

    引用了未注册的com组件?你这个项目引用过哪些其他的dll啊
      

  2.   

    Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. 系统找不到指定的文件。 系统找不到你程序所需要的3.5版的程序集System.Core.dll,如果.Net 3.5已正确安装,它已经在:
    C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5
      

  3.   

    没有啊 _7he7.ColorPicker.dll   Aspose.Cells.dll   Aspose.Words.dll   FredCK.FCKeditorV2.dll  ICSharpCode.SharpZipLib.dll  Interop.MSScriptControl.dll  LinqBridge.dll  Newtonsoft.Json.dll     大哥们啊  就这些个了  剩下的就是DAL BLL什么的了 
    你们看着搞吧  一定要帮忙啊   急死了  对了 这是在服务器上发布的时候报错啊  不是在本地 
    我有两空间  一样的配置  一样的项目  为什么这个就报错呢
      

  4.   

    没有文件就重新装一下.Net3.5
    然后在项目中重新添加引用
      

  5.   


    Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. 系统找不到指定的文件。  
    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42  你的程序用的.net 3.5而服务器配置的.net 2.0
    先给服务器安装.net 3.5然后,IIS配置属性里选择用.net 3.5
      

  6.   

    可是 可是 我在列外一个服务器上可以啊 两台服务器一样的配置 一样的代码  就是不是一家的  为什么 这个就是不行了呢  出来给服务器安装.net 3.5没办法了么?