Provider 'System.Data.SqlServerCe.3.5' not installed

Discussion in 'ASP.NET / ASP.NET Core' started by cuperman007, Jul 14, 2010.

  1. I have developed and tested my ASP.NET MVC application locally. After uploading I get an error: Provider 'System.Data.SqlServerCe.3.5' not installed

    Any ideas?
     
  2. SQL Compact Edition is not installed in our servers. Did you already get a SQL addon? You should be able to restore the database onto that.
     
  3. Is SQL mandatory for MVC apps? My client needs an ASP app for their ACCESSdb based application. Is it possible to get the MVC framework to work with a custom Data Access Layer (Model that uses MsAccessDb queries) while taking advantage of the MVC View, Control and Routing features?
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    i have not tried that but it should work with any data source.
     

Share This Page