qupear / lastfm-sharp

Automatically exported from code.google.com/p/lastfm-sharp
GNU General Public License v3.0
0 stars 0 forks source link

Error while compiling #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using Visual Studio 10 with 4.0 Framework client, I receive this error:

Warning 3   The referenced assembly "lastfm-sharp, Version=0.1.10.39897, 
Culture=neutral, PublicKeyToken=ac974b34236b3339, processorArchitecture=MSIL" 
could not be resolved because it has a dependency on "System.Web, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not 
in the currently targeted framework 
".NETFramework,Version=v4.0,Profile=Client". Please remove references to 
assemblies not in the targeted framework or consider retargeting your 
project.    ConsoleApplicationLastFM

Any suggestion ?

Original issue reported on code.google.com by zeno...@gmail.com on 19 Jun 2012 at 11:01

GoogleCodeExporter commented 8 years ago
Solved, changed target version to 4.0 instead of 4.0 Client

Original comment by zeno...@gmail.com on 19 Jun 2012 at 12:05