Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ccouchCBT opened this issue Aug 8, 2022 · 0 comments

Comments

@ccouchCBT
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant