Copy list item between SharePoint sites

A few days I had a problem with the simple SharePoint thing, simple at the begging… I had to write EventReceiver to move list items to archive. Ok, as we know event receiver expose list item properties, which also has the obvious method CopyTo, which work...

GUID must contain 32 chars and 4 dashes

I am still working on my SharePoint project and now I create my custom list definition. Some fields must be lookup fields to other custom list. I spent a lot of hours to read about it on MSDN, blogs, etc., to make it running. The main issue was error message when I...

Office Developer Tools for Visual Studio 2012

Finally! Microsoft just released Office Developer Tools for Visual Studio 2012. If you’re interested in go to download site. To share your apps in the Office Store , you’ll need an Office 365 Developer Subscription. Unfortunately my BizSpark account hasn’t this...

Problem with huge SharePoint 2010 list

Huge SharePoint 2010 list I’ve been working on SharePoint 2010 project for my client. The project is simple but requires a lot of manual work. As result, I get the simple custom list. For this list, I created New Form page to make some customization. When I check it...