SQL Server CE with entity framework code first issue

95 Views Asked by At

I want to use code first with SQL Server CE but after run update-database command database file not created. But console show run successfully. this is my connection string:

<add name="AdminTools" providerName="System.Data.SqlServerCe.4.0" connectionString="Data Source=|DataDirectory|\AdminTools.sdf" />

please help

0

There are 0 best solutions below