Blog
BreakRoleInheritance and Dispose
I've wrote some piece of code which was used to clear security setting on item level in the library: private void UsunDziedziczenieUprawnien_ExecuteCode(object sender, EventArgs e) { using (SPSite site = new SPSite (workflowProperties.SiteId)) { using (SPWeb web =...
No statistics on my spaces blog
I don’t know why but for some unknown reasons Microsoft turned of my blog statistics. I saw entry on official MS Spaces blog that that was planed by them. I’m disappointed. Spaces it’s very good idea if you start your blog, but It seems that MS do everything to make...
How to deploy custom Workflow to Microsoft SharePoint Office Server 2007 64 bit.
I spent many hours to find how to deploy my custom workflow to Moss2007 64 bit. All manuals had always something missing. So If you’re lost, you can try this procedure, meaby it will for you 🙂 . I made my project with VSTO 2008. 1. I use WSPbuilder. I’ve installed it...
Manifest.xml file and Wspbuilder
As I mentioned previously I make SharePoint development. Well, now I know why SharePoint consultants get such big salaries. There’s a lot of tricks and there’s no any information about it. Really. I can’t imagine how Microsoft could make such great product as VSTO...
SharePoint development.
I just get new Visual Studio 2010 Prof (RTM). I was thinking that finally Microsoft make some improvements to SharePoint 2007 development. Well, I was wrong… Still you need 32-bit environment for development. Money… As I try to start SharePoint 2010 development and It...
MOSS 2007 and 64-bit
I get new task from my Boss. I have to build MOSS 2007 platform for my company in Poland. At the begging it will be used to manage workflows, but later it will also used in the other areas. I’ve started learning and it will not be so easy… I was shocked when I tried...