TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
JAYRAM
NA
272
213.7k
error.....Procedure or function sp_register has too many
Apr 25 2013 4:01 AM
error
Procedure or function sp_register has too many arguments specified.
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:
System.Data.SqlClient.SqlException: Procedure or function sp_register has too many arguments specified.
Source Error:
Line 38: paramout.Direction = ParameterDirection.Output; Line 39: objCmd.Parameters.Add(paramout);
Line 40: objCmd.ExecuteNonQuery();
Line 41: string outmsg = paramout.SqlValue.ToString(); Line 42: return outmsg;
Reply
Answers (
4
)
File reading
Can you help me with a few programs.