Unable to find the requested .Net Framework Data Provider. It may not be installed. MVC 3 Entity Framework
While working on a MVC 3 project i got this error when i deploy my application to client's machine. Technologies that i was using are Visual Studio 2010, MVC 3.0, Telerik MVC UI Controls. I was using entity framework also so the error comes up when i connect a SQL lite database with my entity model.
Solution: Just install SQL setup on client machine and it works perfectly.
Comments
Post a Comment