Category Archives: .NET

Cloning SharePoint 2010 development images (for Hyper-V)

Before we begin, I´d like to point out the obvious: You want to clone a VM that is as clean as possible (without needing to install all the software on each clone of course). So clone your VM before creating … Continue reading

Posted in .NET | Tagged | 3 Comments

Don't use tabs in UserProfile ChoiceList values

When attempting to assign a UserProfile property, SharePoint does some character escaping. One of the things it does is convert tab-character to 	. The problem is that the allowed values for a ChoiceList do not have this escaped sequence. The … Continue reading

Posted in .NET | Tagged , , | Leave a comment