无法自动刷新参考flashupload.dll找不到程序集 [英] unable to auto refresh reference flashupload.dll can not find assembly

查看:121
本文介绍了无法自动刷新参考flashupload.dll找不到程序集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要面对这个plm请帮助我

i m facing this plm pls help me

推荐答案

不要使用它.部署在实时服务器上时,它将无法正常工作
Don''t use this . It will not work when deployed on live server


它是在寻找错误的版本还是特定的版本????

因此,请在您的Web.Config中放置一个AssemblyBinding.
这是一个oracle示例


Is it looking for the wrong version or specific version ???

Id so place a assemblyBinding in your Web.Config

This is an oracle example


<runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" >
   <dependentAssembly>
        <assemblyIdentity name="Oracle.DataAccess"

      publicKeyToken="89b483f429c47342"/>
          <bindingRedirect oldVersion="2.112.1.0" newVersion="1.102.4.0"/>
      </dependentAssembly>
    </assemblyBinding>
</runtime>



或者您可以在
中为该程序集指定程序集
http://msdn.microsoft.com/en-us/library/bfyb45k1.aspx [ ^ ]

或...如果要在VS中构建它作为参考,则必须右键单击该程序集,并在构建时始终单击副本.



or you can specify an assembly for the assembly in your

http://msdn.microsoft.com/en-us/library/bfyb45k1.aspx[^]

OR...if you are building it in VS as a reference then you have to right-click the assembly and hit copy always when building.


这篇关于无法自动刷新参考flashupload.dll找不到程序集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆