SSMS 2012 crashes while converting

By

Posted on May 15, 2012 by in SQL Server

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!

This entry was posted by and is filed under SQL Server. Tags: entwicklung, sql server 2012

2 comments

User ratings
5 star:
 
(1)
4 star:
 
(0)
3 star:
 
(0)
2 star:
 
(0)
1 star:
 
(0)
1 rating
Average user rating:
(5.0)
I vote for! THX tosc
2012-05-15 @ 15:49

Comment from:

The error is fixed now and the fix should be available in SP1. The release date is not determined.
2012-06-13 @ 08:06


Form is loading...