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

Log4Net Depedant library version conflict #65

Closed
GoogleCodeExporter opened this issue Oct 2, 2015 · 0 comments
Closed

Log4Net Depedant library version conflict #65

GoogleCodeExporter opened this issue Oct 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.compile your application that uses the latest log4net
2.link the modbus library that links to an older version of log4net
3.watch the assembly loader explode when it trys to execute any modbus calls.

What is the expected output? What do you see instead?
I expect that the modbus library NOT be compiled in such a way that it requires 
a specific version of log4net since the assembly loader can handle loading new 
versions of the same library.

What version of the product are you using? On what operating system?
nmodbus version 1.11.0.0
windows 7 Pro


Please provide any additional information below.
I was able to download source, and recompile the library adjusting a few 
properties on the dependent libraries to accomplish this change. Zero code 
changes to get this working, binaries should be delivered in this state.

Original issue reported on code.google.com by agn...@gmail.com on 5 Oct 2012 at 2:17

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

No branches or pull requests

2 participants