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
Sivakumar
NA
551
217.8k
No overload for method takes two arguments
Aug 28 2015 5:48 AM
Hi,
i get a error like this :
Error 2 No overload for method 'GetComponentDetails' takes 2 arguments E:\Kiwi Project\27-08-2015\source1\source\Kiwi.Service.API.Controller\Controllers\ComponentsController.cs 24 20 Kiwi.Service.API.Controller
This is my code :
public ComponentData GetTeamComponent(int componentid, int teamid)
{
//LAst Week Average rating of all components
//Average rating of all components over the full year
return _component.GetComponentDetails(componentid,teamid);
}
Please give me a help
thank you.
Reply
Answers (
5
)
how to implement web api using linq to sql
How to Excecute sql SP by using Windows/Web servieces?