SharePoint 2010: OWSTimer Exception – System.Security.Cryptography.CryptographicException

A common problem after setting up SharePoint 2010 is to get the System.Security.Cryptography.CryptographicException – Keyset Not set error.
A few notes regarding this:

This is a known issue with .NET and SP2010.
It is not a critical issue however.
The Timer service is recycled every so often to reclaim system resources. The exception is thrown during the shutdown process. […]
Blog Post by: kadasani

Monitor BizTalk Server Job

I recently created an article on TechNet Wiki on the Monitor BizTalk Server Job.

The Monitor BizTalk Server job scans for issues, but does not fix them for you! It consist of two steps. First step is the execution of the [btsmon_Inconsistancies] stored-procedure. This procedure will on its turn call other procedures in the MessageBox, Management and Tracking database to collect error data (like

BizTalk Mapper Extensions UtilityPack for BizTalk Server 2006/2009: New version available

BizTalk Mapper Extensions UtilityPack for BizTalk Server 2006/2009: New version available

I finally fulfill the promise toupgrade BizTalk Mapper Extensions UtilityPack for BizTalk Server 2006/2009 with all FunctoIds that are currently available for the 2010 and 2013 versions of this project and if memory serves me correctly, the last version was published on Nov 18, 2010 with only 6 FunctoIds! This means there’s plenty of new […]
Blog Post by: Sandro Pereira

Visual Studio and TFS 2013 RC Available + new courses

Visual Studio and TFS 2013 RC Available + new courses

The Release Candidates (RC) for Visual Studio 2013 and Team Foundation Server 2013 are now available for download from the MSDN Library. These new releases bring a suite of new and enhanced capabilities to help your development team succeed. Some of my favorite new features, in no particular order, include; Code Lens (Code indicators right […]
Blog Post by: Anthony Borton (TFS Instructor)

Dynamic WCF-HttpHeaders for WCF WebHttp adapter

Dynamic WCF-HttpHeaders for WCF WebHttp adapter

This solution describe how dynamically we can change the WCF-HttpHeaders for WCF-WebHTTP adapter. In our project, there is a need to dynamically change the HttpHeaders content-type to “text/html” and “application/gzip”. The response messages are send on the same port, so we need to construct the message with the proper content-type. During investigation of why the […]
Blog Post by: shadabanwer