Why MSSQL keeps throwing me Exceptions?

Posted by Augusto Càzares on Stack Overflow See other posts from Stack Overflow or by Augusto Càzares
Published on 2010-05-31T20:37:24Z Indexed on 2010/05/31 20:43 UTC
Read the original article Hit count: 232

Filed under:
|
|
|

I have my project in .NET that uses a db in MSSQL Server,i'm using LINQ , sometimes when the projec throws me an exception (Constraint) in a part of the project this same error keeps showing in other part of the project when i do another thing with the db, like when i do an insertion and i had before an exception on delete the insertion throws me the delete exeption, and it remainds this way until i close and open again the project, my major problem is when this happen in my online project, this error in my project causes me problems in the project i'm testing online (i use the same db). I don't know if this exception is on the memory or something but its have been causing me a lot of headechs.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET