Console Application for SharePoint 2010 [No User Profile Application available to service the request. Contact your farm administrator.]
Today I was working on some cool features to update the User Profile store in SharePoint 2010. To test this feature I usually use a Console Application. In my Console Application I was keep getting an error on a line like below: UserProfileManager profileConfigManager = new UserProfileManager(ServiceContext); The exception I kept getting was : ‘No [...]


