Blog
Installing and configuring SharePoint 2007 on Windows 2008 R2
Today for one of our branches I have to install SharePoint 2007 on Windows 2008 R2. Before you start you have to remember a few things: 1. If you plan to use SQL server 2005 you need at last service pack 3. 2. SharePoint installation files must contain service pack 2....
BreakRoleInheritance in SharePoint 2010
Do you remember my post about problems with BreakRoleInheritance in SharePoint 2007 (here)? There were errors messages that I didn’t dispose SPSite and SPWeb objects after usage. Partially I was able to solve it with some changes in my code, but there’re still...
Cannot connect to the configuration database.
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...
Web Service and InfoPath form browser enabled.
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...
Can’t find record center (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...
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...