I'm trying to deploy my .NET MVC3 application without success. I have a datetime issue I'm not able to fix. Let me try to explain :
I have installed Microsoft visual web developper 2010 in French. My localization in control panel is French. When I code first my model and try to deploy my app I can see that my tables are created with SQL_Latin1_General_CP1_CI_AS collation which means English localization !??! Then I have, of course, a datetime issue with my production database. How can I change the collation of my SQLserver Compact database in dev to match my production database ? Why EF is creating my tables with english collation ??
Thanks for your help