当前位置:编程学习 > C#/ASP.NET >>

C#webform重名名一DLL文件后,提示The located assembly's manifest definition does not match

也就是找到的DLL和要匹配的DLL不匹配

<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="String1" value="server=127.0.0.1;database=***;uid=sa;pwd=***"/>
<add key="***" value="***"/>
    <add key="****" value="*****"/>
</appSettings>
<connectionStrings/>
<system.web>
<webServices>
<protocols>
<add name="HttpPost"/>
<add name="HttpGet"/>
</protocols>
</webServices>
<compilation debug="true" targetFramework="4.0">
</compilation>
<authentication mode="Windows"/>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>
</configuration>

--------------------编程问答-------------------- 改了肯定找不到引用,改名要重新编绎DLL --------------------编程问答--------------------
引用 1 楼 cjh200102 的回复:
改了肯定找不到引用,改名要重新编绎DLL
为什么呢?我这个DLL是别人的,肯定不能重新编译了,怎么才能解决问题呢 --------------------编程问答-------------------- 有木有人啊,过来帮帮忙 --------------------编程问答-------------------- 来了,俺是来帮顶的! --------------------编程问答-------------------- 有木有人呢,DLL加载的原理是什么呢
补充:.NET技术 ,  ASP.NET
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,