I spent a lot of time to discover why I get error when I try send document to SharePoint record center. I was able to get there, and also when I use link which I enter in Central Administration, this link used in browser displayed web service option. But when I try to...
Technology
Problem with SendEmail in SharePoint workflow.
Recently I had strange problem. I’ve created workflow with Visual studio 2008 which and I would like to use Workflow component: “SendEmail” for some cases. And if I enter directly into component email address for field: “TO” the message will be delivered. But if I use...
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 =...
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...