The service-application tag has no wiki summary.
0
votes
1answer
11 views
How to share service application between Sharepoint 2013 and 2010
I'm trying to publish the search service application from my Sharepoint 2013 farm and have the Sharepoint 2010 farm consume it. Ive followed these steps from the Technet site and I am stuck at step 6: ...
0
votes
1answer
110 views
Consume custom service application in sharepoint
I followed this tutorial and successfully created a custom service application in my sharepoint server, my question is how to consume it from another sharepoint solution, for example I created a new ...
0
votes
1answer
117 views
Sharepoint 2010 service application .Net Version
I'm designing a service application for SharePoint 2010 and I want to know if my services have to use .net 3.5 or not. I've checked MSDN but I could not found a clear article or even a phrase about ...
2
votes
0answers
224 views
WebView + GPS in sleep mode or locked screen Android
i am starting in Android dev. I have a web page, this can take the latitude and longitude from html5 apis. But... i need to take gps info with locked screen (sleep mode).
I think, that a good idea to ...
2
votes
0answers
222 views
Crypto algorithm '' not supported in this context
I have a SharePoint 2010 service application and when I try to execute some code on the channel I receive the error:
Crypto algorithm '' not supported in this context.System.NotSupportedException: ...
1
vote
1answer
2k views
WCF Client error: “The address of the security token issuer is not specified”
I am receiving the following error from my WCF Client. "The address of the security token issuer is not specified. An explicit issuer address must be specified in the binding for target ...
1
vote
1answer
79 views
What is single-click (eval) mode (SharePoint 2010 service applications)?
I'm writing a service application for SharePoint 2010. I've implemented the Microsoft.SharePoint.Administration.IServiceAdministration in my service class. There's method called ...
2
votes
1answer
180 views
Information and tutorials about developing a SharePoint Service Application [closed]
I'm looking for information and tutorials on how to develop a SharePoint Service Application with the SharePoint Service Application Framework. The Internet seems to be full with information about how ...