Visual studio 2010 如何在VisualStudio中签署DLL

Visual studio 2010 如何在VisualStudio中签署DLL,visual-studio-2010,dll,reference,sign,Visual Studio 2010,Dll,Reference,Sign,我在visual studio中有一个项目,它有两个具有相同简单名称的DLL,当我编译解决方案时,我得到错误: An assembly with the same simple name 'Interop.ADODB, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null has already been imported. Try removing one of the references or sign them to enable s

我在visual studio中有一个项目,它有两个具有相同简单名称的DLL,当我编译解决方案时,我得到错误:

An assembly with the same simple name 'Interop.ADODB, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null has already been imported. Try removing one of the references or sign them to enable side-by-side.
我尝试将项目的属性转到签名选项并指定一个强名称,但这只会创建其他错误,因为我引用了其他解决方案的项目,它们没有字符串名称,但我无法更改它们的属性。 我希望更改dll文件的名称会有所帮助,但事实并非如此

那么,我如何才能对2个DLL进行签名,或者如何更改文件的简单名称,以便编译解决方案