Error loading EntityFramework 4.3.1

后端 未结 1 599
青春惊慌失措
青春惊慌失措 2021-01-17 18:48

I created an MVC application in C#. I created a new project in my solution called PhoneDomain. The purpose of this is to separate my data and domain layer from the actual pr

1条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-17 19:36

    Check your web.config for assembly references. There may be a rogue reference in there.

    UPDATE: Also make sure ALL projects have the necessary reference...

    0 讨论(0)
提交回复
热议问题