SSMS 2012 crashes while converting
When converting a SQL Server 2008R2 project with SSMS 2012 it crashes under some circumstances.
Maybe it is an issue with the language of the installations. I've found the wrong ssmssln on a german workstation.
Modifying ssmssln
Comparing two solutions which were generated on a server and a workstation I've found a difference. In the ssmssln file are two paragraphs which are different. You have to modify the ssmssln before converting:
Change: Standard|Default = Standard|Default
To: Default|Default = Default|Default
Change: Standard|Default.ActiveCfg = Standard To: Default|Default.ActiveCfg = Default
What is the difference?
Inspite to the fact, we were working with solutions, there was no configuration visible and I have never cared about it. But with SSMS 2012 you can get a glimpse on the configuration.
So SSMS 2012 seems to care more about the configuration than SSMS2008R2 has done. But now it stumbles over the mixed translations. ;-(
Vote for it
There is a connect item where you can vote for an improvement!
Print article | This entry was posted by cmu on 2012-05-15 at 14:17:00 . Follow any responses to this post through RSS 2.0. |