Transaction (Process Id 58) was deadlocked

  • hi ,

    l'm encounter below error in my web application written in ASP.NET Intermittent when trying to select record into sql server.

    I have this message : Transaction (Process ID 58) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

    I don't know why ?


    Kindest Regards,

    degrem_m
    Degremont

  • This was removed by the editor as SPAM

  • Sounds like a concurrency / record locking problem.

    Make sure you are committing or rolling back your transactions in the code (and closing your SQLClient.Connection when you are done).

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply