No announcements
Found 3362963 threads
-
1 Votes
Passing parameter to WCF data service from Windows 8 app?
how would I do it if I'm using the entity framework in my wcf service?Answered | 4 Replies | 2537 Views | Created by grennerg - Thursday, August 30, 2012 6:32 PM | Last reply by Prashant H Phadke - Tuesday, September 4, 2012 4:29 PM -
0 Votes
Get list of object data from WCF service in Windows Metro App?
See this: How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?Answered | 2 Replies | 2215 Views | Created by Xiao Han - Monday, October 22, 2012 5:29 AM | Last reply by Dave Smits - Monday, October 22, 2012 10:53 AM -
0 Votes
WCF service on windows 8 tablet
Metro applications can only be deployed from Marketplace, while Windows services can only be deployed using a traditional method.Answered | 4 Replies | 4706 Views | Created by Parasara1 - Tuesday, February 28, 2012 11:57 AM | Last reply by msdevere - Sunday, March 11, 2012 1:14 AM -
0 Votes
how to integrate WCF service application with windows 8 app?
create a wcf service that can get the data from a MySQL database and return the data.Answered | 8 Replies | 3297 Views | Created by Sandeep_chauhan - Thursday, March 7, 2013 6:57 AM | Last reply by Sandeep_chauhan - Monday, March 11, 2013 5:45 AM -
0 Votes
Passing list as a parameter to a wcf restfull service.
>Is it that I have to modify contract to List<string> getregions(List<string> customer); Yes, if you want to be able to pass several strings ...Answered | 1 Replies | 788 Views | Created by Amolrs - Saturday, April 16, 2016 5:15 AM | Last reply by Magnus (MM8) - Saturday, April 16, 2016 10:51 AM -
0 Votes
SSRS report not passing all parameters to the WCF service
I am paasing 4 parameters from SSRS to WCF service through XML query.Answered | 4 Replies | 7772 Views | Created by BabbuP - Wednesday, August 17, 2011 4:22 PM | Last reply by vpai - Monday, July 30, 2012 10:49 PM -
11 Votes
passing parameters during navigation in windows 8
The problem appears when the app is suspended and the SuspensionManager tries to serialize the parameter to save in its local storage.Answered | 13 Replies | 30802 Views | Created by Prathap reddy k - Wednesday, April 11, 2012 8:44 AM | Last reply by jrboddie - Monday, July 15, 2013 7:20 PM -
0 Votes
Passing a program parameter from a Windows service
Actually this was part of a security app. that I need to run right after the user logs in.Answered | 5 Replies | 1467 Views | Created by Highlander4 - Tuesday, January 1, 2013 11:25 PM | Last reply by Highlander4 - Wednesday, January 2, 2013 9:22 PM -
1 Votes
Session pass thru from ASP.NET to WCF Service
There are some ugly hacks that you could do to try to achieve this but its probably simpler to pass the data the service needs when it needs it rather than attempting to ...Answered | 2 Replies | 3566 Views | Created by Matt Crudington - Tuesday, January 20, 2009 7:58 AM | Last reply by Richard Blewett - Tuesday, January 20, 2009 9:10 AM -
0 Votes
wcf service for windows phone 8 apps
Hello Fateh, This forum is specifically for IT and Enterprise support, we do not support coding/APIs/app development.Answered | 1 Replies | 862 Views | Created by Fateh Chandra - Sunday, November 24, 2013 10:56 AM | Last reply by David_Alessi - Monday, November 25, 2013 7:04 PM -
1 Votes
Windows 8 app accessing SharePoint online data
But is there are other way of doing this if i don't want to use WCF layer in between my App and SharePoint Online. i also raised this question ...Answered | 12 Replies | 7201 Views | Created by VishnuA - Tuesday, July 31, 2012 5:26 PM | Last reply by GirishMeena - Thursday, March 20, 2014 10:41 AM -
0 Votes
Silverlight, WCF and my web app from the browser.
If you are using Visual Studio 11 Express for Windows Developer Preview (wow, a mouthful!)Answered | 3 Replies | 3057 Views | Created by GearWorld - Thursday, September 15, 2011 10:22 AM | Last reply by Samchords - Friday, August 31, 2012 11:19 PM -
1 Votes
Passing string parameters to a windows service
Using WCF, Named Pipes should fit your needs. and there are other options, check details here, very good ...Answered | 2 Replies | 4673 Views | Created by timr2431 - Monday, June 6, 2011 6:37 PM | Last reply by timr2431 - Friday, June 17, 2011 2:44 PM -
1 Votes
Passing multipart/form-data from ajax to restful wcf with MessageContract parameter
Hi Munaga, Message contracts describe the structure of SOAP messages sent to and from a service and enable you to inspect and control most of ...Answered | 1 Replies | 2973 Views | Created by Munaga Venkat - Friday, August 22, 2014 6:33 AM | Last reply by dns jinung - Monday, August 25, 2014 5:59 AM -
3 Votes
Error while passing sql parameters to stored procedure in WCF service
I am hosting the service ina console app.Answered | 11 Replies | 8086 Views | Created by skrcmr - Sunday, November 1, 2009 5:36 AM | Last reply by Haripraghash - Wednesday, November 4, 2009 4:43 AM -
2 Votes
Incorrect behavior of PowerPivot when trying to use WCF Data Service with parameters
Is it possible to use values from Excel table (i.e. period of time) and pass it as parameter to request data from the WCF data ...Answered | 7 Replies | 7556 Views | Created by user4756 - Thursday, November 24, 2011 5:17 AM | Last reply by Ed Price - MSFT - Sunday, November 3, 2013 10:13 PM -
8 Votes
Pass parameter in RIA Service.
just one thing - if parameter is List of Class (multriple lines), how do i define input parameter inside WCF RIA?Answered | 26 Replies | 5283 Views | Created by babloo1436 - Monday, March 19, 2012 4:26 AM | Last reply by novascape - Wednesday, September 25, 2013 1:21 AM -
1 Votes
how to pass IComparable as service parameter
You can only pass data (objects) and not contracts or implementations (like interface).Answered | 4 Replies | 3006 Views | Created by henria - Thursday, July 9, 2009 8:18 AM | Last reply by Yaron Naveh - Thursday, July 9, 2009 9:22 PM -
0 Votes
Passing objects to/from WCF and ASP.Net app running in same appdomain
WCF client is a remote windows service that is polling the WCF service every 10-15 seconds passing ...Answered | 1 Replies | 3640 Views | Created by vsdotnetguy - Friday, February 6, 2009 9:54 PM | Last reply by Marco Zhou - Wednesday, February 11, 2009 8:25 AM -
1 Votes
Passing a class T to WCF OperationContract as input parameter
forum=wcfAnswered | 5 Replies | 2377 Views | Created by Pavan Puligandla - Saturday, July 16, 2016 9:22 AM | Last reply by Hart Wang - Monday, July 18, 2016 2:28 AM - Items 1 to 20 of 3362963 Next ›
No announcements