shigetomi1229 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

problems with .NETCF 2.0 #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm developing an application using .NET Compact Framework 2.0 and with the
latest release 1.3.1 (I was using 1.2.3 before), the Google API doesn't
work anymore. The problem is litterally like this 

c:\Programme\Google\Google Data API SDK\Redist\Google.GData.Client.dll:
warning CS1684: Reference to type
'System.Runtime.Serialization.SerializationInfo' claims it is defined in
'c:\Programme\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\mscorlib.dll', but
it could not be found

but .NETCF 2.0 doesn't have System.Runtime.Serialization!

Are there any chances to maintain backward compatibility with .NETCF 2.0?

It is also reasonable to include target/supported platforms in the Release
Notes.

Original issue reported on code.google.com by babenko....@gmail.com on 16 Jan 2009 at 5:20

GoogleCodeExporter commented 8 years ago
You are picking the DLLs from Redist, which is the desktop version. You need to 
pick up the Mobile DLLs out 
of the Mobile folder.

Let me know if that fixes your issue.

Original comment by fman...@gmail.com on 20 Jan 2009 at 5:17

GoogleCodeExporter commented 8 years ago
It works now, thanks. I have mistakenly taken the desktop version because I had 
not
found Google.GData.Contacts.dll in ...\Redist\Mobile\WindowsMobile
I recompiled the mobile dlls from the scources and now it works.

Is there any reason why the Contacts library is not placed in the Mobile folder?

Original comment by babenko....@gmail.com on 21 Jan 2009 at 8:41

GoogleCodeExporter commented 8 years ago
There is the simple reason of a bug in the setup, which is fixed by now (source 
code, it will be in the next 
release). For now, you have to get the contacts dll from subversion directly. 

Original comment by fman...@gmail.com on 21 Jan 2009 at 6:38