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