Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When trying to Merge or Compare to files I get an error when processing the second solution file. #3

Open
mtherien opened this issue Nov 18, 2017 · 2 comments

Comments

@mtherien
Copy link
Owner

mtherien commented Nov 18, 2017

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'

@mtherien
Copy link
Owner Author

[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.

@mtherien
Copy link
Owner Author

[UnknownUser@2/14/2013]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant