I have the following problem:
I'm trying to create a WCF WebService to retrieve information about SPWeb and SPSite within SharePoint 2010. But... it doesn't work, because it tolds me that I'm using the bad .NET framework but I'm actually using the 3.5 (obviously SharePoint only works with .NET 3.5 framework for the time being).
I got the following exception message :
Microsoft SharePoint is not supported with version 4.0.30319.269 of the Microsoft .Net Runtime
Here are some pictures describing my issue: