sanvlr12 / google-api-dotnet-client

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

Compatibility issues with borrowed System.Web and System.Web.Util classes. #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ideally these classes would be removed, but a better solution needs to be 
addressed. Currently there are the following options:

1. Drop support for .NET Framework 3.5 Client Profile
2. Provide different binaries for .NET Framework 3.5 Client Profile and other.
3. Split the borrowed classes into their own assembly and manage the loading 
using reflection or something else.
4. Other :(

Original issue reported on code.google.com by asky...@google.com on 30 Sep 2011 at 5:38

GoogleCodeExporter commented 9 years ago
Issue 141 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
Issue 154 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
I doubt you do and can... but do you have any plans to tell us when this fix 
will be available?

Original comment by hismight...@gmail.com on 30 Sep 2011 at 5:59

GoogleCodeExporter commented 9 years ago
Here is a discussion of the issue with a couple of workarounds:

http://code.google.com/p/google-api-dotnet-client/wiki/SystemWebHttpUtilityCompr
omise

This is planned to be fixed in the next Beta release which is **roughly** 
targeted at the end of October.

Original comment by asky...@google.com on 30 Sep 2011 at 7:26

GoogleCodeExporter commented 9 years ago
Love the deliberate language.  We do that as well. ;)  (Just trying to say that 
I understand.)  Thanks!

Original comment by hismight...@gmail.com on 30 Sep 2011 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 27 Oct 2011 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 5 Nov 2011 at 5:57

GoogleCodeExporter commented 9 years ago
The compatibility issue is fixed, however I would still like to take these 
classes out in the future.

Original comment by asky...@google.com on 7 Nov 2011 at 9:59

GoogleCodeExporter commented 9 years ago
I have tried it but I am still getting the error, I downloaded the latest dll 
(dated: 08-Nov-11 8:00PM) and sample files but still I am getting the following 
error 

"The type 'System.Web.HttpUtility' exists in both 
'c:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET 
Files\website1\0ee874a1\e1b9a83d\assembly\dl3\867a851a\00ade920_279ecc01\Google.
Apis.DLL' and 
'c:\Windows\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll'
    F:\Learning\HelloWorldWCF\WebSite1\Default.aspx.cs"

Original comment by zohaib.s...@gmail.com on 15 Nov 2011 at 8:06

GoogleCodeExporter commented 9 years ago
like the previous commentator pointed out this is not fixed. I get the same 
error when using .NET 4.0. 
Could you please re-open this issue and fix it for good?

Original comment by dome...@googlemail.com on 23 Nov 2011 at 5:15

GoogleCodeExporter commented 9 years ago
Thanks for catching this, I made a branch merging mistake when putting the 
release together. Please update your DLL and let me know if this is fixed now. 
You should have version 1.1.4344-beta, built on 11/23/2011.

Original comment by asky...@google.com on 23 Nov 2011 at 7:01