Click here to Skip to main content
Sign Up to vote bad
good
See more: C#ASP.NETMVC
Hey!
 
I've created a DB with code first EF and later deleted the DB. Now again I want to create, but when i run project the DB is not created. I think there might be a problem with the settings. What do I need add in settings. here's my code:
 
public class EFDbContext : DbContext
    {
        public DbSet<Advert> Adverts { get; set; }
        public DbSet<Kind> Kinds { get; set; }
        public DbSet<Age> Ages { get; set; }
        public DbSet<Castration> Castrations { get; set; }
        public DbSet<Coloring> Colorings { get; set; }
        public DbSet<Color> Colors { get; set; }
        public DbSet<Hair> Hair { get; set; }
        public DbSet<Pet> Pets { get; set; }
        public DbSet<Sex> Sexes { get; set; }
        
    }
 
<connectionStrings>
    <add name="EFDbContext" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=SearchPets;Integrated Security=True"
          providerName="System.Data.SqlClient"/>
  </connectionStrings>
 
Thanks in advance
 
P.S. Sorry for my bad english
Posted 1 Feb '13 - 2:56
DimiBy134
Edited 2 Feb '13 - 19:14
Edo Tzumer10.5K

Comments
sjelen - 1 Feb '13 - 9:08
check if any errors are reported by sql server. Since you use integrated security, it's possible that account you're running from does not have privilege to create database.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 368
1 OriginalGriff 261
2 Mayur_Panchal 153
3 Mohammed Hameed 145
4 Dave Kreskowiak 125
0 Sergey Alexandrovich Kryukov 8,146
1 OriginalGriff 6,236
2 CPallini 3,482
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 3 Feb 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid