Visual Studio 2010 and SharePoint 2010
·102 words·1 min
While attempting to find a fix for the migration-thing, I ran into a problem while connecting to the SharePoint site.
First I got an IOFileNotFoundException, stating that the Web application was not found… So.. Visual Studio 2010 is set to x86 by default… and SharePoint 2010 is a x64-application. Got that one fixed thanks to this webpage.
Next, I got an error saying .NET 4 cannot be used for SharePoint… So I had to change the target framework to .NET 3.5… Thanks to this page for kicking my brain back into gear…
Oh.. and VS2010 needs to be run as an administrator…