Hi there,
We have a DotNetNuke application for which we build a number of modules and lately it seems a specific problem keeps coming up.
- The modules we build make use of a third party DLL from Telerik.
- Some of the older modules use the DLL that targets .net 2.0 whilst others use the DLL that targets .net 3.5
- We now get conflicts with the older modules, because we loaded the 3.5 DLL into the bin directory of the website and this obviously happens because previous modules were built against the previous DLL.
What we can't afford to do is to go back to all the previous modules and update those projects and rebuild them every time we have a slight DLL difference, because ultimately the two versions of the DLL do the exact same thing.
Is it possible to remove the version information from the reference in a project so that it will automatically assume to use whatever version is available in the project within which it is being used?
Regards, Jacques