M
Max
Any idea why this happens? It only happens on the live machine, but not the
test machine. I've heard this happens when you try to send too much data to
SQL Server, but all I'm sending are 4 small varchars and 2 floats thru
ExecuteNonQuery.
System.Data.SqlClient.SqlException: A severe error occurred on the current
command. The results, if any, should be discarded.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at fs.resources.AddWP_Click(Object sender, EventArgs e)
test machine. I've heard this happens when you try to send too much data to
SQL Server, but all I'm sending are 4 small varchars and 2 floats thru
ExecuteNonQuery.
System.Data.SqlClient.SqlException: A severe error occurred on the current
command. The results, if any, should be discarded.
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at fs.resources.AddWP_Click(Object sender, EventArgs e)