Quantcast
Channel: Winsmarts SharePoint WCF Support
Browsing all 20 articles
Browse latest View live

Created Release: Version 1.0 WSP (Jun 14, 2009)

Deploy this WSP and you should be ready to go!Deploying this WSP will give you a Web Application level feature called Winsmarts.wcfsupport.Activating that feature on any website will turn that website...

View Article



Source code checked in, #33092

Used WSPBuilder to create a .wsp out of the thing! Restructed the project slightly to make it cleaner - specifically moved the image into it's own folder, and added the 12 folder.

View Article

New Post: Updating SharePoint from Silverlight using WCF

No error message. Nothing in App logs, SP logs or Fiddler.  I debug through WCF assembly with no errors, but no results.  I am instead building an ASPX page in SP for data entry, and linking from SL...

View Article

New Post: Updating SharePoint from Silverlight using WCF

Sahil,Here are some details:- The WCF works fine when pulling information from any SharePoint list, but updating is another story. - clientaccesspolicy.xml in place and working from root of SharePoint...

View Article

New Post: Updating SharePoint from Silverlight using WCF

Okay 401 can have MANY reasons, so this is one of the toughest errors to diagnose remotely. Think of 401 as a WTF catch-all error in fact. If you're using Win2k8, try enabling trace logging, and see...

View Article


New Post: Updating SharePoint from Silverlight using WCF

David, the problem is you are calling .Update() on the SPList instead of the SPListItem you created. change myList.Update() to myItem.Update() and it should work. In terms of the 401 in fiddler, 401's...

View Article

New Post: Updating SharePoint from Silverlight using WCF

That was correct. Thanks for your help!DavidFrom: jbongaarts [mailto:notifications@codeplex.com] Sent: Thursday, July 02, 2009 12:13 PMTo: Ridenour, David ASubject: Re: Updating SharePoint from...

View Article

New Post: virtualPath error

I've followed the instructions on installing your WCF support package, but am still getting a System.ArgumentException : virtualPath when I attempt to browse to my http://mysparepoint/_wcf/PO.svc?WSDL...

View Article


New Post: virtualPath error

Hi Chris,I had similar error on WSS 3.0 in Win 2008. The feature was actived just for normal SP site (SharePoint - 80) and not the Central Administration site. One way to solve this was to manualy...

View Article


New Post: Cannot active the feature

When i try to activate de feature, after deploying it, i got this error "Failed to apply a web.config modification to file 'configuration/system.web/pages'. The specified node...

View Article

Source code checked in, #44463

Minor update to WCFSupportReceiver.cs, to ensure that no lingering ModificationEntries are left after deactivation.

View Article

New Post: WebConfigModifications not persisted

the WebConfigModifications are not being persisted to the SharePoint databasecausing them to be lost the next time ApplyWebConfigModifications is called.the fix is simple enough, you just need to add a...

View Article

New Post: WebConfigModifications not persisted

The suggestion to add webApp.WebConfigModifications.Update();  as mentioned above is incorrect (won't compile either).The change should be:publicoverridevoid...

View Article


New Post: install.bat errors and some suggested changes

The calls to stsadm in the install.bat file fails because all six of the stsadm commands are not surrounded by percent sign characters. My version looks like this:REM - create WSP and Deploy @SET...

View Article

Source code checked in, #63489

Checked in by server upgrade

View Article


Created Issue: WebConfigModifications not persisted [12043]

fmorisso submitted this change in your discussion list, but I wanted to bring it to your attention since it has not yet made it into the code...

View Article

Commented Issue: WebConfigModifications not persisted [12043]

fmorisso submitted this change in your discussion list, but I wanted to bring it to your attention since it has not yet made it into the code...

View Article


New Post: SP Dispose issue with Winsmarts.WCFSupport.WCFVirtualPathProvider

HiWe have been using Winsmart WCF Support to consume WCF service from SharePoint. One analyzing the ULS log we found few entries related to SPDispose issue.An SPRequest object was not disposed before...

View Article

Source code checked in, #96132

Checked in by server upgrade

View Article

Source code checked in, #96133

Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563

View Article
Browsing all 20 articles
Browse latest View live




Latest Images