0.9.7.0
The problem is that main thread is getting blocked while executing the query and main thread time out after 10sec and throws the exception. So all queries should be run in background in wpf application. In asp.net, it works perfectly well.
The problem is that main thread is getting blocked while executing the query and main thread time out after 10sec and throws the exception. So all queries should be run in background in wpf application. In asp.net, it works perfectly well.