1

hey, I have strange problem, i've built a prject using the Linq, and most of it works fine, However sometimes all the Linq's Repository commands stop working, and i'm geeting errors, the issue solve when i overwrtie the existig dll files of the Linq project? maybe one bad command hurt the rest to the Datacontext? the Question is how can i deal with it?

Thanks,

etc, im getting some kind of errors like the following: A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)

Roy Amir
  • 457
  • 1
  • 6
  • 15
  • 1
    please be more specific, what do you mean by "stop working"? post also the error message. – Arief Nov 01 '10 at 08:45
  • stop working means that none of the function in the repository works at all.. – Roy Amir Nov 01 '10 at 08:56
  • There must be some more error information than just the "An existing connection was forcibly closed by the remote host". – jgauffin Nov 01 '10 at 08:58
  • i think i've found the bad Function! i'm getting the error: "Collection is read-only" when i'm trying to submit changes, how can i know which update cause it and i cant i clear it – Roy Amir Nov 01 '10 at 09:16
  • We had an issue with the same symptoms as this, and we solved it by disabling connection pooling in (change to the connectionstring). I don't like it, and I don't understand what caused the problem, but it made it go away. – AHM Nov 01 '10 at 09:19

0 Answers0