Browse by Tags

All Tags » Object Model (RSS)

Console application new SPSite throws a FileNotFoundException by Bas

A collegue of mine had the following problem: he wanted to write a console application to test some SharePoint code, but whenever he opened a new SPSite, the following File Not Found Exception was thrown: after being triggered about a possible problem...

SharePoint - Retrieving login name from SPUserField in a list by Bas

For a long time I didnt know how to retrieve a login name from a SPUser field in a SharePoint List. When a user doesn't have a userProfile, he is stored in the SPUser field as <number>;#<Domain\loginName>, and when he does have a profile...