Page 1 of 1

Only one comparison opens at a time

Posted: Tue 02 Dec 2014 22:47
by junrau
Integrated with Visual Studio 2013.
"Use standalone application from command line by default" is checked.
This started after upgrading to 4.0.75 this morning.

ccsa.exe is running with no comparisons open.
I do a compare from VS and it opens in the Code Compare UI.
I do another compare from VS. The 2nd CodeCompare.exe instance shows in task manager, but the comparison does not open in the Code Compare UI.
When I close the first comparison in the Code Compare UI, the second one opens.

Before upgrading, I could have multiple comparisons open in the Code Compare UI at the same time.

Did something change when I upgraded?

Re: Only one comparison opens at a time

Posted: Wed 03 Dec 2014 12:54
by AlexeyN
We have managed to reproduce the issue and will fix it. As a workaround, you can remove the '/W' argument from comparison arguments : http://www.devart.com/codecompare/integration_tfs.html

Re: Only one comparison opens at a time

Posted: Wed 03 Dec 2014 14:22
by junrau
Great! The workaround works.

Thanks.