Inhalte aufrufen

Profilbild

Entity framework multiple await asynchronous operations

asynchronous entiti framework

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
Keine Antworten zum Thema vorhanden

#1 nguyen si phong

nguyen si phong

    Newbie

  • Members
  • Punkt
  • 9 Beiträge

Geschrieben: 18 May 2019 - 05:17

When I added or deleted the category (product, manufacture), an error occurred:

A second operation started on this context before a previous asynchronous operation completed.
Use 'await' to ensure that any asynchronous operations have completed before calling another method on this context.
Any instance members are not guaranteed to be thread safe.

Please help me!