by adis.jugo | Jun 15, 2012 | Development
For a difference, a post that has nothing to do with SharePoint, but rather with WCF. In my team today, we had a really strange behavior of one of our web services. Everything was ok, except in one method, which was always on the client side throwing the following...
by adis.jugo | Jun 14, 2012 | Development
In my article on accessing SharePoint data from a WCF service, I have described necessary configuration of the service, which is needed to impersonate right user, and access SharePoint sites, lists and list items under impersonated user’s credentials. It was all...
by adis.jugo | Jun 13, 2012 | Development
A little known class in SharePoint Server Object Model is Microsoft.SharePoint.SPRegionalSettings, but it is exactly there, where some useful info about local (site) and global (farm) regional settings can be found. For example, to determine the original language in...
by adis.jugo | Jun 9, 2012 | Development
If you have ever tried open to a SharePoint Site from a WCF web service, you might got the “An error occurred loading a configuration file: Either a required impersonation level was not provided, or the provided impersonation level is invalid.” exception....
by adis.jugo | May 28, 2012 | Development
This blog post was included in “” selection from June 1st 2012. It has happened to me often enough, and I can’t guarantee that it won’t happen again… Today, again, I was happily copying a site definition from one server to another: I...
by adis.jugo | May 2, 2012 | Development
This blog post was included in “” selection from May 11th 2012. Recently I have been asked about issue of retrieving old file versions from a SharePoint document library through server object model code, particulary check in comment for the major...