0

I'm using the ASP.NET MVC 4 code first entity framework.

If there's no database, my application creates the databases as it should. The problem is, that they are generated in the version 706 (Sql Server 2012) but I need it as an older version, so I can run/handle it with Sql Server 2008

Is there a way to configure in which version the database is generated?

1 Answer 1

1

If I can remember now I think the attribute you are looking for is ProviderManifestToken.

Have a look at this article for how to change it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.