System.Timeout exception
Hi,
I`m new to LINQpad and i keep getting System.Timeout exception, anyway to solve that problem?
I`m new to LINQpad and i keep getting System.Timeout exception, anyway to solve that problem?
Comments
(I can't see the image you've posted).
I`m using C# 6.0 in a nutshell samples.
And is it only when running samples, or running any query?
Also, when you hit 'Submit' to report the error, could you please paste the URL of this forum message, so I can connect it.
Thanks!
It happens on any query.
I submitted the problem with URL.
Also, can you try the following:
* Go to Edit | Preferences > Advanced
* Under "Execution", change "Run each query in its own process" to false.
This will tell LINQPad not to use a separate process for each query (the side-effect is that it disables the integrated debugger).
Thank you, very much!