找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1463|回复: 1

[站长互助] Could not load file or assembly MySql.Data.dll错误是怎么回事?

[复制链接]
发表于 2011-4-17 18:43:14 | 显示全部楼层 |阅读模式
我建了一个页面,在本地测试可以正常运行,但是上传到空间后得到下面这样的错误:

Could not load file or assembly ‘MySql.Data.dll, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d’ or one of its dependencies. The system cannot find the file specified.


我在网上找了半天也没找到什么解决方法,希望知道的朋友能给我指点下。

我用的是VS2010,MySql.Data.dll是放在.aspx页面的同一个目录里面的。

我的web.config文件比较简单,代码如下:
  1. <?xml version=”1.0″?>

  2. <!–
  3. For more information on how to configure your ASP.NET application, please visit
  4. http://go.microsoft.com/fwlink/?LinkId=169433
  5. –>

  6. <configuration>
  7. <system.web>
  8. <compilation debug=”true”>
  9. <assemblies>
  10. <add assembly=”MySql.Data.dll, Version=6.3.6.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D”/>
  11. </assemblies>
  12. </compilation>
  13. <customErrors mode=”Off” />
  14. </system.web>
  15. </configuration>
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|王牌互联

GMT+8, 2024-11-1 07:45 , Processed in 0.028257 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表