Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a asp.net mvc 2 on .net 4 with code first entity framework data access.

When I deploy to one server it works beautifully, no prizes for guessing it doesnt work on the other...the message however I cannot understand

Attempt by method 'System.Data.Entity.ModelConfiguration.Internal.Configuration.CodeFirstCachedMetadataWorkspace.GetProviderInvariantName(System.Data.Common.DbConnection)' to access method 'System.Data.Common.DbProviderServices.GetProviderFactory(System.Data.Common.DbConnection)' failed.

share|improve this question

2 Answers

That looks like a Code Access Security error to me. Are both servers configured to run under Full Trust?

share|improve this answer
up vote 0 down vote accepted

I updated .net 4 from 4.0.2** to 4.0.3*

that fixed it

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.