asifshaon / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

Use another namespace for HttpUtility #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google.Apis.dll library contains System.Web.HttpUtility class, but .NET 
Framowork also contains standard System.Web.HttpUtility class. It is caused 
ambiguous reference error.

Original issue reported on code.google.com by mvc...@gmail.com on 14 Sep 2011 at 6:53

GoogleCodeExporter commented 9 years ago
This needs to be fixed, it was a workaround for an issue with certain .NET 
profiles.

For a short term solution, if you build your own version of this library it 
should build successfully.

Original comment by asky...@google.com on 14 Sep 2011 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 14 Sep 2011 at 9:55

GoogleCodeExporter commented 9 years ago
Move to status Accepted. 

Original comment by davidwat...@google.com on 16 Sep 2011 at 11:33

GoogleCodeExporter commented 9 years ago
Has this been fixed ?

Original comment by andre.ra...@gmail.com on 20 Sep 2011 at 4:38

GoogleCodeExporter commented 9 years ago
In order to work around this problem, target the .net 3.5 client profile for 
your application or build a custom version of the library without the 
HttpUtility class. The proper fix is still being decided.

Original comment by asky...@google.com on 20 Sep 2011 at 7:27

GoogleCodeExporter commented 9 years ago
This is one of several facets of a bigger issue, I've opened 155 to track so I 
am closing these as duplicates.

Original comment by asky...@google.com on 30 Sep 2011 at 5:41