Friday, January 28, 2011

A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

http://social.msdn.microsoft.com/forums/en-US/sqldataaccess/thread/bd07b354-e142-4788-9cf9-15eebbb439cd

No comments:

Post a Comment

TinyMCE Insert/Edit link not editable

 To fix this add  e.stopImmediatePropagation()  as below. $(document).on('focusin', function (e) {             if ($(e.target).close...