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
desperadogopal
NA
15
0
problem with newly added method in DLL.
Nov 11 2005 5:13 AM
Hi,
I have one DLL. It contains some methods. It was Build as successfully. After that I refered this DLL in one C# web application. It became good. But after I add one more method (has 1 argument) with this DLL successfully.
But the problem is, Now I am refering that DLL in same C# application it causes one error :
"No overload for method 'GetStoredProcedure' takes '1' arguments."
'GetStoredProcedure' this is my newly added overloaded method with single argument.
Everything is Correct. I don't know the reason.
Thank U.
Reply
Answers (
4
)
File to Bytes to memory and finally execute the file
Text Box Validation on a Web Form (Help with a Custom Validation)