Hi,
Am new to using this strore procedure,
"System.Data.SqlClient.SqlException: Could not find stored procedure" m getting this type of error, so please help to me to rectify this error..
Thank You
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Blocked AccountPosted Dec 24, 2012, 5:20 AM
I think you are using stored procedure in your application which doesn't exist in your database.
So first create the stored procedure in your database and then use that.
Ankit MishraPosted Jun 26, 2014, 5:44 AM
Blocked AccountPosted Dec 24, 2012, 5:44 AM
Please Check all these once again
check the name on the server matches exactly the name you call
check the data source is set to the right server
check the database name is specified.
or might be it's database permission, for that check this article
http://imar.spaanjaars.com/395/configuring-an-aspnet-20-application-to-work-with-microsoft-sql-server-2000-or-sql-server-2005
Prabhakar ReddyPosted Dec 24, 2012, 5:29 AM