Hi Everyone,
I am using my own wrapper class for data access layer. The
data access class is throwing exception on ExecuteNonQuery. The sql
exception message is empty. The data gets properly inserted in
database. But after executing the Stored procedure it throws this
exception which has no details on it. Since the exception.Message is
empty i dont know what to post here for further analysis. Some of the
details i have captured are given below. I am using VS2008 with SQL
2008. This is the first time i am re-using the data access class with
SQL 2008. I have used it before with SQL 2000 and SQL 2005 and never
faced this issue.
Error Code -2146232060 Integer
Stack Trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
  ...
Go to the complete details ...