Version and dependencies
Posted: Sat Nov 09, 2019 10:15 am
Hello,
afaik the version in the AssemblyInfo defines also the dependencies.
So if my exe references a library with a version like
the exe runs only when a library with the same AssemblyVersionAttribute is present in the application folder or the GAC.
Is there any possibility to use the same exe also with a library with a higher version?
Are there any rules what works and what not?
Thank you very much!
Wolfgang
afaik the version in the AssemblyInfo defines also the dependencies.
So if my exe references a library with a version like
Code: Select all
[assembly: AssemblyVersionAttribute( "1.0.0.5" )]
Is there any possibility to use the same exe also with a library with a higher version?
Are there any rules what works and what not?
Thank you very much!
Wolfgang