Since Microsoft released new SDK for Windows Azure (June 2012) i have problem with connect to SQL Azure database with collation set to 'Polish_CI_AS'.
With previous sdk it works fine. Now when i want to add new connection string i have error:
"Unable to add data connection. Failed to retrieve data for this request. Unknown property PrimaryFilePath"
With default collation (SQL_Latin1_General_CP1_CI_AS) connection string is creating.
Did anyone know how to fix it?