Site fait avec SQL Server 2008 et devant fonctionner sous 2005
Bonjour,
J'ai un problème avec un site développé avec SQL Server 2008 que je dois présenter pour la fac : la version sur ces PC est 2005, du coup j'ai le message d'erreur suivant :
Citation:
The database 'C:\STUDENT TEMPORARY FOLDER\WAP\APP_DATA\ASPNETDB.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Could not open new database 'C:\STUDENT TEMPORARY FOLDER\WAP\APP_DATA\ASPNETDB.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file C:\Student Temporary Folder\WAP\App_Data\ASPNETDB.MDF failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Existe-t-il un mode de compatibilité ou quelque chose du genre que je pourrais utiliser afin de rectifier ça ?
Merci d'avance.