by Tomasz Szulczewski | Nov 8, 2010 | Development, SharePoint, SQL server
Today I’ve faced strange problem and I spent a few hours to solve it. I’ve installed my new SharePoint 2010 sever for development – nothing special. But when I created first top level site and try to display it http://ServerName I get error: ”Cannot connect to the...
by Tomasz Szulczewski | Oct 28, 2010 | Development
I faced a new problem with Web Service and InfoPath form browser-enabled. When I was creating the form all seems to be ok. But when I uploaded my form to SharePoint server and try to get any data from the Web service I get an error. In the SharePoint log I’ve found...
by Tomasz Szulczewski | Sep 3, 2010 | SharePoint
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...
by Tomasz Szulczewski | Aug 27, 2010 | Development, SharePoint
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...
by Tomasz Szulczewski | Aug 26, 2010 | Development, SharePoint
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...