Friday, December 10, 2010

Sqlite & Entity Framework 4


To get it working, you need to include the following code in your web.config file:
1.<startup useLegacyV2RuntimeActivationPolicy="true">
2.<supportedRuntime version="v4.0" />
3.</startup>
And then everything magically works.  

No comments:

Post a Comment