Entity Framework - The underlying provider failed on ConnectionString

前端 未结 2 1573
难免孤独
难免孤独 2021-01-17 21:56

While using the Entity Framework I have split it out to it\'s own project:

  • RivWorks.Model - Contains Entity Model
  • RivWorks.Controller - Uses the Entit
2条回答
  •  一整个雨季
    2021-01-17 22:41

    Double check your connection string is correct, little typo's can cause this same error.

    This is wrong:

     
                                                            
提交回复
热议问题