1
vote
1answer
38 views
How can a Windows Service determine its ServiceName?
I've looked and couldn't find what should be a simple question:
How can a Windows Service determine the ServiceName for which it was started?
I know the installation can hack at the registry and add …
0
votes
0answers
13 views
Any particular services that has to run ? (win32_networkadapterconfiguration)
Hi. I'm having problems with a script that changes the TCP/IP settings of my NICs. The script works as it should on most PCs, but on some it don't. I can't figure why it wont work because both the …
0
votes
2answers
33 views
web services & php
Hi...
I need help because I don't know about web services using php
somebody help me
I need to create a web services with php and I need some any reference (free)
Thanks for your help
0
votes
0answers
18 views
Filtering in Silverlight with RIA Services
I have a small SL application that uses RIA services to display employee data (Northwind database) in a data grid. I have a text filter, that works fine against varchar columns but does not filter …
0
votes
1answer
22 views
Android bindService / remote services - any basic examples?
As a newbie to Android development, I'm trying to do the basics and build a media player. It works fine in one activity, but I'm now moving the MediaPlayer stuff to a remote service so it can carry on …
0
votes
3answers
19 views
Creating an SPListItem in a WCF service deployed to SharePoint
Hi all, i have the following method in a WCF service, that has been deployed to SharePoint using Shail Malik's guide:
[OperationContract]
public string AddItem(string itemTitle, Guid? idOfListToUse)
…
3
votes
4answers
51 views
How do you catch a thrown soap exception from a web service?
I throw a few soap exceptions in my web service successfully. I would like to catch the exceptions and access the string and ClientFaultCode that are called with the exception. Here is an example of …
0
votes
0answers
22 views
Unable to stop .NET windows service remotely
Hi
I have developed an app in C# .NET 2005. It is used to Start and Stop .NET windows services
remotely. If i run this app in my local system, it works fine. It stops the windows services in other …
2
votes
4answers
85 views
Is ASP.NET MVC a good option for developing a Services layer and/or API?
Is ASP.NET MVC a good option for developing a Services layer and/or API? If so, are their any solid examples out there for reference. ASP.NET MVC views are generally tied to aspx pages, but how …
0
votes
0answers
36 views
WCF Service Application or WCF Service Library?
Hi there guys,
I am really new to WCF and one of the things that are confusing me right now is the type of projects that we can create with Visual Studio when it comes to Web services.
I would like …
1
vote
1answer
23 views
Sending form data to web service + call request
I am in the process of creating a system that sends specific user data to a web service. Basically, the user enters his name, telephone number and reference number. He then selects whether he is …
-2
votes
3answers
208 views
Why do Programmers love Google? [closed]
Google's strategy to woo developers seems to be: "give anybody API access to pretty much every service we run", Search, Maps, etc. While this seems to motivate a lot of small time mash-ups, I wonder …
1
vote
2answers
27 views
Changing provided services based on user preferences in OSX?
Hi,
I would like to be able to change the OSX services that my application provides based on the current user's preferences (like adding more, changing the name,...). This basically means modifying …
0
votes
0answers
77 views
Why do you love Google? [closed]
Google's strategy to woo developers seems to be: "give anybody API access to pretty much every service we run", Search, Maps, etc. While this seems to motivate a lot of small time mash-ups, I wonder …
0
votes
2answers
28 views
Windows Service cannot start a Thread in Win 2003 Server
Hi,
My Windows service is able to launch threads (suing the ThreadStart delegate) in Win XP, but in Win 2003 Server it cant, it is not throwing an exception too ... the thread is simply not starting.
…
