Charity Database version
Hello,
Just trying to set up the Charity Starter Kit to play around with it but I get this error:
cannot be opened because it is version 661. This server supports version 655 and earlier. A downgrade path is not supported.
I'm assuming that's because the database is SQL 2008 R2. Is express version of the starter kits? Or am I just doing something wrong because it's time to go home?
Do you have SQL Sever 2008 R2 installed??
If yes, Navigate to ~/App_Data/Sitefinity.mdf and attach it to the database. Create a new user, make him owner of sitefinity database that you just attached...
Got to SecurityConfig.config and change the connection string to point to the new database...
That should solve it....
Have a look at the FAQ here....
http://Sitefinity.com/givecamp
Hey Preetham,
Thanks for the info. That's the problem though, I don't have R2 installed on my dev box and not ready to install it so was wondering about an express edition.
I think the config file you want to change is DataConfig.config.. Not SecurityConfig.config.
DataConfig contains the connection string to the database.
Matt