本文介绍了不同版本的.Net程序集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在.net framework 4.0中开发了一个类库,我在其中引用了System.Net.Http命名空间。现在我必须将这个dll引用到我现有的应用程序(运行v3.5)并完成它。执行应用程序时显示以下错误
此程序集由比当前加载的运行时更新的运行时构建,无法加载。
请评论。
Hi,
I have developed a class library in .net framework 4.0 in which i am referring System.Net.Http namespace. Now i have to refer this dll into my existing application(running v3.5) and done it. While executing the application shows the following error
"This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."
Please comment.
推荐答案
这篇关于不同版本的.Net程序集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!