I am currently using Enterprise Library's exception logging functionality in several of my apps.
A while back, I installed Enterprise Library onto my machine so that I could launch the configuration utility from my Visual Studio toolbar. Everything was great until my latest project.
A few weeks ago I used NuGet to pull down the Enterprise Library libraries I needed into my project. The libraries it pulled were version 5.0.505.0. The Enterprise Library I have installed on my machine is 5.0.414.0. I originally configured everything in the project, and all the references in the config file were set to .414. Naturally, it wouldn't run, so I changed them all to .505 and everything ran. Now the problem is that I need to make some changes, and the editor won't run because of the version conflict.
So, I checked out MSDN and I tried to download this update, but the update won't run, stating that an older version of Enterprise Library is installed.
I've considered uninstalling and then re-installing the latest Enterprise Library, which would probably work. However, I wanted to check if anyone knows of a more integrated upgrade approach?
Is there any way to upgrade Enterprise Library without uninstalling and re-installing?