Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 6.x > Installation and deployment > Azure SQL Connection Error View modes: 
User avatar
Member
Member
yasser - 12/27/2011 3:38:10 AM
   
Azure SQL Connection Error
Hi,

I am getting the following error.

The database version '' does not match the project version '6.0', please check your connection string.

I've migrated a database from SQL08 R2 to SQL Azure. I've also migrated the data. I've updated the config too as per the instructions in the Kentico Azure Documentation.
Can you tell me what I've not done or what I need to do, as this is very frustrating.

Cheers

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 1/9/2012 8:10:44 AM
   
RE:Azure SQL Connection Error
Hello,


we are solving the issue by e-mail. For other visitors:

You can use the query below on your current database to determine the current version of your database:

SELECT KeyName, KeyValue FROM CMS_SettingsKey where KeyName = 'CMSDBVersion'

It can also happen that the connection string in the web.config points to a different database than you think. Please double check it.


Best regards,
Helena Grulichova