Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BBBD69

    WCF Linq Web Service Stored proc List<> Conversion

    I am having a problem with I am using Linq to call a stored procedure, bring it back and wwhen I try to return it I get a conversion list conversion error. Here is my code to make the call and return public class EPCS_Service : IEPCSService { public List<ProcessList> GetList(int...
  2. BBBD69

    WebService Entity Framework Call Stored Procedure

    I am new to Webservices so any help world be great. I have created a WCF project, C# 4.0. I have my OperationContract and my DataContract setup like below. I also have a edmx.cs page that contant the SP. In my service page(also below) I am trying to retun the data but get an erro that the...

Part and Inventory Search

Back
Top