Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
QuestionDouble characters in regexp Pin
Markus Pylvnen26-Jul-07 0:08
Markus Pylvnen26-Jul-07 0:08 
AnswerRe: Double characters in regexp Pin
Tormod Fjeldskaar26-Jul-07 3:06
Tormod Fjeldskaar26-Jul-07 3:06 
GeneralRe: Double characters in regexp Pin
Markus Pylvnen26-Jul-07 19:18
Markus Pylvnen26-Jul-07 19:18 
AnswerRe: Double characters in regexp Pin
snorkie26-Jul-07 3:11
professionalsnorkie26-Jul-07 3:11 
QuestionSaving data to Disk ... Pin
Jalpesh B. Patel26-Jul-07 0:07
Jalpesh B. Patel26-Jul-07 0:07 
AnswerRe: Saving data to Disk ... Pin
Pete O'Hanlon26-Jul-07 0:31
mvePete O'Hanlon26-Jul-07 0:31 
QuestionSynchronizing Data between SQL Express editions running on a network Pin
wasife25-Jul-07 23:43
wasife25-Jul-07 23:43 
QuestionSqlCommand timeout Pin
Stoyan Furnadzhiev25-Jul-07 23:36
Stoyan Furnadzhiev25-Jul-07 23:36 
Hi there. I am experiencing timeout:

System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, TdsParserState state)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.ReadNetlib(Int32 bytesExpected)
at System.Data.SqlClient.TdsParser.ReadBuffer()
at System.Data.SqlClient.TdsParser.ReadByteArray(Byte[] buff, Int32 offset, Int32 len)
at System.Data.SqlClient.TdsParser.ReadEncodingChar(Int32 length, Encoding encoding)
at System.Data.SqlClient.TdsParser.ReadSqlValue(_SqlMetaData md, Int32 length)
at System.Data.SqlClient.TdsParser.ProcessRow(_SqlMetaData[] columns, Object[] buffer, Int32[] map, Boolean useSQLTypes)
at System.Data.SqlClient.SqlDataReader.PrepareSQLRecord(Int32 i)
at System.Data.SqlClient.SqlDataReader.GetSqlInt32(Int32 i)
at System.Data.SqlClient.SqlDataReader.GetInt32(Int32 i)

The problem is that the exception is thrown when trying to get a field from the 8th row, 1st column. The command was executed successfully, and the reader read 7 rows. I tried it several times, and the problem appears when I reach the 8th row, always.
Any ideas?
Thanks in advance.
AnswerRe: SqlCommand timeout Pin
Blue_Boy25-Jul-07 23:46
Blue_Boy25-Jul-07 23:46 
AnswerRe: SqlCommand timeout Pin
kubben26-Jul-07 1:43
kubben26-Jul-07 1:43 
GeneralRe: SqlCommand timeout Pin
Stoyan Furnadzhiev26-Jul-07 2:12
Stoyan Furnadzhiev26-Jul-07 2:12 
QuestionExpiring app Pin
sujithkumarsl25-Jul-07 23:29
sujithkumarsl25-Jul-07 23:29 
AnswerRe: Expiring app Pin
N a v a n e e t h26-Jul-07 0:11
N a v a n e e t h26-Jul-07 0:11 
AnswerRe: Expiring app Pin
Tormod Fjeldskaar26-Jul-07 3:25
Tormod Fjeldskaar26-Jul-07 3:25 
Question.net 1.0 configuration for VS 2005 Pin
mercenary0125-Jul-07 23:20
mercenary0125-Jul-07 23:20 
AnswerRe: .net 1.0 configuration for VS 2005 Pin
Pete O'Hanlon26-Jul-07 0:28
mvePete O'Hanlon26-Jul-07 0:28 
GeneralRe: .net 1.0 configuration for VS 2005 Pin
mercenary0126-Jul-07 16:54
mercenary0126-Jul-07 16:54 
QuestionCreating collection classes and adding to property of control Pin
N a v a n e e t h25-Jul-07 22:57
N a v a n e e t h25-Jul-07 22:57 
AnswerRe: Creating collection classes and adding to property of control Pin
Urs Enzler25-Jul-07 23:10
Urs Enzler25-Jul-07 23:10 
GeneralRe: Creating collection classes and adding to property of control Pin
N a v a n e e t h25-Jul-07 23:26
N a v a n e e t h25-Jul-07 23:26 
QuestionHow can i solve this format exception Pin
xver25-Jul-07 22:52
xver25-Jul-07 22:52 
AnswerRe: How can i solve this format exception [modified] Pin
Martin#25-Jul-07 23:01
Martin#25-Jul-07 23:01 
GeneralRe: How can i solve this format exception Pin
xver26-Jul-07 1:45
xver26-Jul-07 1:45 
GeneralRe: How can i solve this format exception Pin
Luc Pattyn26-Jul-07 6:48
sitebuilderLuc Pattyn26-Jul-07 6:48 
GeneralRe: How can i solve this format exception Pin
Peter Vertes1-Oct-07 10:32
Peter Vertes1-Oct-07 10:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.