C# - The ObjectContext instance has been disposed and can no longer be used for operations that require a connection

后端 未结 5 1887
时光说笑
时光说笑 2021-01-19 08:29

I\'m sorry for the repetition. I\'m heading with a same problem but still could not handle it. I\'m using Angularjs framework and Asp.net mvc.

My person class:

5条回答
  •  Happy的楠姐
    2021-01-19 08:53

    In my case I had a bug in the front end, which was causing the same function in the backend to be triggered 3 times, causing a threading issue. Maybe look into this as a possibility too.

提交回复
热议问题