My VS solution file ends in
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.Interception.2.1.505.2\lib\NET35;packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.Logging.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.Data.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.ExceptionHandling.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.PolicyInjection.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.Validation.5.0.505.0\lib\NET35
EndGlobalSection
What is the purpose of it?
TL;DR
In a solution mine VS2012 always wants to check out the solution file but it does nothing with it.
I found a remedy through removing said rows. It works.
But I wonder if there are any side effects.
A solution is a structure for organizing projects in Visual Studio. The solution maintains the state information for projects in two files: . sln file (text-based, shared) .
In the Solution Explorer, right click on a Project or Solution item and select Edit Project File or Edit Solution File. The file will then open; after saving it, Visual Studio will prompt you to reload the required projects.
Removing it is fine, it is related to the Enterprise library configuration tool. As you have found while it is there it will always check out the solution file when you open the solution from TFS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With