ProviderManifestToken '2008' is different from '2005' that was encountered earlier

maxirn05

New Member
I'm working on ASP.NET 4 and with Visual Studio 2010. This project is using Entity Framework.I'm using MS SQL Server 2008 (by mistake) and a colleague 2005.I've accidentally clicke the "Update model from database" button and the DB (which is sql server 2005) took my 2008 db.So, when my colleague tried to run the app in his computer, he got this error:\[quote\] Entities.Model.ssdl(2,86) : error 0169: All SSDL artifacts must target the same provider. The ProviderManifestToken '2008' is different from '2005' that was encountered earlier.\[/quote\]We know what it means, but we don't know how to make the app accept his model (which is sql server 2005) instead of mine (which is sql server 2008).
 
Top