We are having issues when compiling our modules against our framework that has the assembly version set as such:
<Assembly: AssemblyVersion("3.3.4.*")>
In the past if we built our module against a dll version 3.3.4.12345 and we deployed to a system that had dll version 3.3.4.12344 everything was ok. Now it seems that we can only deploy to a system that has a later “build” number for the same dll…
Has anyone else experience this (extra sensitivity to versions) and do you have any suggestions on dealing with this? Right now we are just compiling our modules against version 3.3.4.0 to get around this issue...