You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"CWDev.SLNTools.Core.SolutionFileException: Invalid value for the property 'SccProjectUniqueName93' of the global section 'TeamFoundationVersionControl'.\nFound: Suite\UI\WebControls\WCSFControls\WCSFControls.csproj\nExpected: A value equal to the field 'RelativePath' of one of the projects in the solution.\r\n at CWDev.SLNTools.Core.SolutionFileReader.HandleVersionControlLines(String name, String type, String step, List`1 propertyLines) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFileReader.cs:line 374\r\n at CWDev.SLNTools.Core.SolutionFileReader.ReadGlobalSection(String firstLine) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFileReader.cs:line 238\r\n at CWDev.SLNTools.Core.SolutionFileReader.ReadGlobal() in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\Soluti
onFileReader.cs:line 168\r\n at CWDev.SLNTools.Core.SolutionFileReader.ReadSolutionFile() in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFileReader.cs:line 75\r\n at CWDev.SLNTools.Core.SolutionFile.FromFile(String solutionFullPath) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFile.cs:line 39\r\n at CWDev.SLNTools.CompareSolutionsCommand.Run(String[] args, MessageBoxErrorReporter reporter) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\SLNTools.exe\CompareSolutionsCommand.cs:line 56\r\n at CWDev.SLNTools.Program.Main(String[] args) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\SLNTools.exe\Program.cs:line 114"
I am beginning to debug this but any known issues/ fixes would be great.
This work item was migrated from CodePlex
CodePlex work item ID: '4625'
Vote count: '1'
The text was updated successfully, but these errors were encountered:
[Kfehriba@6/10/2010]
Found the issue. There were some artifacts left from previous bad merges where the Global definition of the project, i.e. SccProjectNameX SccProjetPathX etc., but the actual Project definition did not exist. Deleting the artifacts resolved the issue. A fix would be to ignore these definitions if found.
Here is the message I get:
"CWDev.SLNTools.Core.SolutionFileException: Invalid value for the property 'SccProjectUniqueName93' of the global section 'TeamFoundationVersionControl'.\nFound: Suite\UI\WebControls\WCSFControls\WCSFControls.csproj\nExpected: A value equal to the field 'RelativePath' of one of the projects in the solution.\r\n at CWDev.SLNTools.Core.SolutionFileReader.HandleVersionControlLines(String name, String type, String step, List`1 propertyLines) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFileReader.cs:line 374\r\n at CWDev.SLNTools.Core.SolutionFileReader.ReadGlobalSection(String firstLine) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFileReader.cs:line 238\r\n at CWDev.SLNTools.Core.SolutionFileReader.ReadGlobal() in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\Soluti
onFileReader.cs:line 168\r\n at CWDev.SLNTools.Core.SolutionFileReader.ReadSolutionFile() in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFileReader.cs:line 75\r\n at CWDev.SLNTools.Core.SolutionFile.FromFile(String solutionFullPath) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\CWDev.SLNTools.Core.dll\SolutionFile.cs:line 39\r\n at CWDev.SLNTools.CompareSolutionsCommand.Run(String[] args, MessageBoxErrorReporter reporter) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\SLNTools.exe\CompareSolutionsCommand.cs:line 56\r\n at CWDev.SLNTools.Program.Main(String[] args) in C:\Users\f kent\Documents\Visual Studio 2008\Projects\SLN Tool\Main\SLNTools.exe\Program.cs:line 114"
I am beginning to debug this but any known issues/ fixes would be great.
This work item was migrated from CodePlex
CodePlex work item ID: '4625'
Vote count: '1'
The text was updated successfully, but these errors were encountered: