ado.net - SQL Server Exception. Error No: 64 -


i getting below error when executing executereader() method.

in .net application when trying execute query throwing exception

transport-level error has occurred when receiving results server. (provider: tcp provider, error: 0 - specified network name no longer available). sql error no: 64

this happening 1 query other queries works fine. there no issue query have tried executing query in query analyzer , same executes fine; result set small , datatype, parameters fine.

exception is:

a transport-level error has occurred when receiving results server. (provider: tcp provider, error: 0 - specified network name no longer available.)

please me.

you can try set commandtimeout property of command object 0 wait until exception thrown. can try reboot machine or may try restart iis server.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -