could not load file or assembly mysql.data_ASP.NET发布在IIS上报错Could not load file or assembly 'MySql.Da...

以下为报错描述:ServerErrorin'/'Application.Couldnotloadfileorassembly'MySql.Data,Version=6.6.6.0,Culture=neutral,PublicKeyToken=c5687fc88969c44d'oroneofitsdependencies.T...

以下为报错描述:

Server Error in '/' Application.

Could not load file or assembly 'MySql.Data, Version=6.6.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.6.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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 'MySql.Data, Version=6.6.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' 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].

Stack Trace:

[FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.6.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]

DAL.DBHelper.getDT(String sql) in E:\DevelopDatum\C#\Web Projects\CakeSystem\DAL\DBHelper.cs:155

DAL.DALCakeManager.getAllOkType(Int32 searchType) in E:\DevelopDatum\C#\Web Projects\CakeSystem\DAL\DALCakeManager.cs:95

CakeSystem.Goods.ChooseGoodsType.dataBind() in E:\DevelopDatum\C#\Web Projects\CakeSystem\CakeSystem\Goods\ChooseGoodsType.aspx.cs:25

CakeSystem.Goods.ChooseGoodsType.Page_Load(Object sender, EventArgs e) in E:\DevelopDatum\C#\Web Projects\CakeSystem\CakeSystem\Goods\ChooseGoodsType.aspx.cs:18

System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35

System.Web.UI.Control.OnLoad(EventArgs e) +91

System.Web.UI.Control.LoadRecursive() +74

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

展开

你可能感兴趣的:(could,not,load,file,or,assembly,mysql.data)