I have an issue, my host only supports NET 4.0 so i cannot properly use EF 5.0, so I would like to downgrade, but i do not know how to do that.
I tried just to change version in web.config but it didn't help, i just get errors, when i run application.
Should i do something special and should i then delete and create whole model again?
I didn't choose any versions when i first started with EF, i just followed a small wizard which generated me a model, but i think the model is of EF5
Thanks