Blog
ADIS JUGO - THE SOUTHERN SIDE BLOG
Trusted advisor and entrepreneur. CEO of Teams Consulting. Co-founder and lead architect at run.events. Co-founder and deputy CEO at KORTO. Microsoft MVP for Microsoft 365 and Azure, and Microsoft Regional Director. Spiritus movens at CollabSummit and CloudSummit. Firmly believes in leading by example and motivation. Lives besides the oldest vineyard in the Rhine valley. Prefers collecting stories to collecting possessions.
Impressions and Session Materials from ShareConf 2012
First of all, I would like to thank to all of you folks who were present on my session at ShareConf 2012, in Dusseldorf, Germany. I guess that a combination of an inspiring ambient (it was a cool ShareConf, indeed) and an interesting topic (SharePoint and devices,...
Session on SharePoint-backed mobile apps development at ShareConf 2012
The way in which the users create and consume information is changing all the time, with always greater pace, and without any signs that these changes will stop anytime soon. While only a few years ago important information was stored on the local drives, and consumed...
“An existing connection was forcibly closed by the remote host” error in WCF service
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...
“Cannot complete this action. Please try again.” when trying to access the taxonomy data
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...
Determine programmatically global language and installed language packs in SharePoint 2010
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...
“Required impersonation level was not provided…” exception on opening an SPSite when using WCF
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. You need to...