Articles about European Sharepoint Hosting Service
European SharePoint 2010 Hosting :: How to Fix SPFarm.Local – Object reference not set to an instance of an object
While writing a console application for SharePoint 2010, I kept getting “Object reference not set to an instance of an object” when using the SPFarm.Local object.
SPFarm oFarm = SPFarm.Local;
The solution was putting the “Platform Target” configuration of my console application from x86 to x64 or Any CPU:
After that, my application ran fine.
Print article | This entry was posted by Derek Bierhoff on November 30, 2011 at 5:51 am, and is filed under European Sharepoint Hosting. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |