本文介绍了在Win 7中,强名称验证失败(64)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用两个dll,一个已签名,另一个未签名.这些dll被引用,它们可以在win xp上完美运行.

I am using two dlls one is signed and other one is not signed. These dlls are referenced and they work perfectly on win xp.

但是,当我将系统升级为7时,他们停止工作,并且开始收到类似强"名称验证的异常

But when I upgraded my System to win 7 they stopped working and I started getting Strong name validation exceptions like


System.IO.FileLoadException was unhandled
  Message=Could not load file or assembly 

推荐答案


这篇关于在Win 7中,强名称验证失败(64)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 07:18