I am currently using the exception library features in the corporate library in several of my applications.
While I was back, I installed the corporate library on my machine to run the setup program from the Visual Studio toolbar. Everything was fine until my last project.
A few weeks ago, I used NuGet to pull out the Enterprise Libraries I needed for my project. The libraries he pulled out were version 5.0.505.0. The corporate library installed on my computer is 5.0.414.0. I initially configured everything in the project, and all the links in the configuration file were set to .414. Naturally, this did not work, so I changed everything to .505, and everything passed. Now the problem is that I need to make some changes and the editor will not start due to a version conflict.
So, I checked the MSDN and I tried to download this update , but the update will not start, indicating that an older version of Enterprise Library is installed.
I considered uninstalling and then reinstalling the latest Enterprise Library, which is likely to work. However, I wanted to check if anyone knows of a more integrated approach to updating?
Is there a way to upgrade the corporate library without uninstalling and reinstalling?
source share