The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
3k views

Posting JSON to a REST WCF endpoint in Sharepoint using cksdev

http://ranaictiu-technicalblog.blogspot.com/2011/09/sharepoint-2010-access-wcf-service-with.html?showComment=1323864446083#c4340503928745769810 has an example of using JQuery Ajax to GET or POST to ...
1
vote
0answers
59 views

Securing Individual Methods on Custom Web Services in SharePoint

I've created several WCF services USING CKS:DEV to be hosted in SharePoint and accessed on SharePoint pages using SharePoint. I'm using the MultipleBaseAddressWebServiceHostFactory for hosting purpose ...
0
votes
1answer
76 views

Error when opening CKSDEV project

I just started getting this error: Unhandled exception occurred while calling method 'projectService_ProjectMenuItemsRequested' of type ...
0
votes
1answer
755 views

Custom WCF service - includeExceptionDetailInFaults

I've got a custom WCF service that I created using the CKS toolkit for SharePoint. How do I enable includeExceptionDetailInFaults in these services? The way I understand it is, when using ...
3
votes
1answer
130 views

Is there a way to us CKS Dev Tools to find undisposed of objects?

I thought I had used CKS Dev tools to display warnings about undisposed of objects in Visual Studio in the past, but we just stood up a new server and I can't seem to find a way to do it. Can it be ...
2
votes
1answer
855 views

Changing SharePoint 2010 Feature name and installation directory after deployment

I need to change the name and installation directory of some features that are already deployed in a client's environment. I can change the feature name from the feature designer, and change the ...