dsplaisted / strongnamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assembly.A with identify Assembly.A uses Assembly.B which is a higher version than referenced Assembly.B

ccouchCBT opened this issue · comments

Hi all!

I am working through an issue of needing to reference non-signed assemblies in a signed assembly. Obviously this causes issues. I tried doing this all the hard way and using a series of Microsoft tools to sign these assemblies manually (following guidance in this link). Ran into a dead end there, but that is where I found this NuGet package! I was very hopeful that this would resolve my issues, but I am running into the same problem. I am seeing the following after building my solution:

CS1705 Error: "Assembly.A with identify Assembly.A uses Assembly.B which is a higher version than referenced Assembly.B"

I've asked the publisher of these non-signed assemblies if they could sign them, but in the mean time I was looking to find a way around the problem. Has anyone that follows this repo run into this problem before? Any guidance to how I might be able to fix it?

Thank you so much in advance for any help!