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 with the wrong Target Framework, as Visual Studio...
Today we finally got acces to the SharePoint 2010(twenty - ten) sneak peak site, with 3 video's included which gives us a sneak peak to SharePoint 2010. And i must say, I amself really impressed! It's better for the business, who thought we could update items acquired via a webservice as it was...
I would like to reference to an old post that appeared in 2007 on http://blogs.msdn.com/sharepoint , that mentions the SharePoint debugger feature. I use it quite a lot and i am sure a lot of people don't know about its existance. Its a relatively simple feature that shows up in the SiteActions menu...
When you want to implement a custom stsadm for SharePoint, all you realy have to do is implement the Microsoft.SharePoint.StsAdmin.ISPStsadmCommand interface. Because I develop on a machine with no SharePoint installed, I (only) copy the assemblies I need to develop locally. For the stsadm command I...
While writing a custom stsadm command for SharePoint (more on that in a future post) and having to do something based on the command the user typed in, I used ToLower( CultureInfo.InvariantCulture ) on the command string to be able to check without the hassle of differences in casing. When I ran code...