• Ajax.net 错误 Could not load type 'Microsoft.Web.Extensions.Design.Dll'解决方法.


    最近开发了ajax 项目,在本地用的beta 2.0做的开发,服务器是由1.0升级到2.0的.程序发到服务器上就不行了.
    Could not load type 'Microsoft.Web.Extensions.Design.Dll',系统找不到指定文件.
    在国内网上基本找不到解决办法.后来上ajax的官方网站,在满篇鸟语的众多帖子中找到了解决办法.其实很多老外也被这个问题搞住了,呵呵.有很多相关帖子.回答也是多种多样.最后居然是一个不起眼的回贴解决了这个问题.我贴出来,呵呵,谢谢一下这个老外.

    There is actually a very easy solution to this that I found. I traced the error back to the AjaxControlToolkit (ACTK). If you open the ACTK solution and go to the TK project within the solution, just add a reference to Microsoft.Web.UI.Design. Then, just recompile and you are finished. If you try to compile the ACTK without first doing this, you will see the error. Once I did this and referenced the new AjaxControlToolkit.dll, everything was fine.

    重新引用一下AjaxControlToolkit .
  • 相关阅读:
    freeCAD定制界面
    freeCAD预选项编辑器
    freeCAD文档结构
    FreeCAD鼠标操作指南
    freeCAD下载与安装
    freeCAD特性列表
    关于freeCAD
    html 试题试卷(包含latex)下载成word
    latex转word公式 java (latextoword,latex_word,latex2word,latex_omml)
    oracle 行列转换
  • 原文地址:https://www.cnblogs.com/allanyang/p/589993.html
Copyright © 2020-2023  润新知