deploying applications that use LINQ to Entities.

Posted by Luiscencio on Stack Overflow See other posts from Stack Overflow or by Luiscencio
Published on 2010-03-12T15:31:43Z Indexed on 2010/03/12 15:37 UTC
Read the original article Hit count: 632

HI COMUNITY!!!!

I want to use L2E since it s very convenient to my company's apps, I created a demo project, the demo does run on every machine but when I, lets say, press a button that has some code that uses the entity I get this error:

specified store provider cannot be found in the configuration, or is not valid.

note that I get this error only on machines that does not have VS2008 installed, on these machines (the ones with VS2008) the demo works well. any advice is appreciated.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about linq-to-entities