currently I'm migrating from SQL Server 2012 to 2016. I branched my ETL-projects, then set the TargetServerVersion to SQL Server 2016 and checked in to TFS. When I open one of these ETL-projects Visual Studio always wants to check out the solution file. Does anyone have a hint what could be the reason and how I can resolve the problem?
Thanks, Schichti
Hi Andy,
thanks for your answer.
Visual Studio Team Foundation Server is selected.
I have no extensions installed and unchecked the first three boxes. Problem is still the same.
The section "GlobalSection(ExtensibilityGlobals)" doesn't exist in my solution file. Here is the content of my solution file:
Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{159641D6-6404-4A2A-AE62-294DE0FE8301}") = "ETL_CDW", "ETL_CDW\ETL_CDW.dtproj", "{9000D262-D9FB-4C25-9447-94A58ED86BB6}" EndProject Global GlobalSection(TeamFoundationVersionControl) = preSolution SccNumberOfProjects = 2 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccTeamFoundationServer = http://kerry:8080/tfs/kroschkebi SccLocalPath0 = . SccProjectUniqueName1 = ETL_CDW\\ETL_CDW.dtproj SccProjectName1 = ETL_CDW SccLocalPath1 = ETL_CDW EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Development|Default = Development|Default EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {9000D262-D9FB-4C25-9447-94A58ED86BB6}.Development|Default.ActiveCfg = Development {9000D262-D9FB-4C25-9447-94A58ED86BB6}.Development|Default.Build.0 = Development EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
The first two lines are only a comment, right? Because I'm wondering why the format version is 11.00 shouldn't it be 14.00 and why it's still Visual Studio 2010 instead of 2015.
I think the workaround extension wouldn't be helpful as Visual Studio after every undo immediately wants to check out again whether saved or not.
Do you have any other idea what I could try?
Thanks, Schichti