zoukankan      html  css  js  c++  java
  • 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 .
  • 相关阅读:
    Learning KVM
    KVM HOST IN A FEW LINES OF CODE
    VM学习—实现自己的内核
    gvisor bluepillHandler + SwitchToUser
    GO语言调试利器dlv快速上手
    gvisor debug
    gvisor 系统 调用初始化
    Android开发 02
    Android开发 01
    加分项
  • 原文地址:https://www.cnblogs.com/allanyang/p/589993.html
Copyright © 2011-2022 走看看