Some important points to remember when developing against SP2010:
- Make sure your Visual Studio project is set up for .NET 3.5, not .NET 4.0
- Run Visual Studio as an Administrator to load debugging symbols
- Make sure your project is set to compile for Any CPU or x64 (not x86 by default), otherwise your code will throw a FileNotFoundException
From the SharePoint 2010 book I’m reviewing
Advertisement
