December 2010 - Posts

0
Comments

SharePoint OOTB xsl templates - Hack-Hack-Hack by Bas

Today I was working with some collegues on some xsl within SharePoint, and we wanted to know where the following template came from: < xsl:apply-template select = " . " mode = " RenderView " > After some digging through the xsl...
Filed under: ,
2
Comments

Console application new SPSite throws a FileNotFoundException by Bas

A collegue of mine had the following problem: he wanted to write a console application to test some SharePoint code, but whenever he opened a new SPSite, the following File Not Found Exception was thrown: after being triggered about a possible problem...
0
Comments

Upgrading sandbox solutions to full trust solutions by Bas

This blogpost describes the problems that could have come up when upgrading sandbox solutions to fulltrust solutions and how i Tested it. Read the conclusion in the end for the pitfalls that have to be taken care of. At the insurance company that I work...