Good morning,
I am trying to develop an application A that will be used by another project B. It builds fine and generates all the DLLs but as soon as project B loads the instance of the main class in project A the following Error occurs..
I have no access to Project B, so I cannot install those dependencies there. The DLLs do definitely exist in the output folder but in different Versions than Project B seems to require. Project B does not use the DLLs and the NuGets are not installed there, so I don't understand where the required version 2.0.2.0 comes from.
What I did:
- Up/Downgrade to the required version -> different packages fail with the same error
- rename app.config to web.config
- check versions in app.config
- create new project and reinstall everything
So the main question is, where does the required version 2.0.2.0 come from and how to solve the issue? Thank you!