I'm trying out Code First. I've two seperate contexts using the same database.
My problem is how to use the databaseinitializers.
If I use a initializer that drops the database, it only works for the first context. Then I initialize the secont context, and that initializer delets the tables creatde by the first initializer.
Any advices who to solve this?