I Installed the Google Data API SDK to get gdata dotnet client library for .NET but I when I m trying to include the dll it says its not compiled with Windows Runtime. So what is the possible solution I could do so that I can use the Google Data API in WP7 Application. I have searched many websites but could not get any solid clues or detailed steps to do it.
If somebody can provide me the proper steps it would be great
thanks
mugu
The Google Data API .NET library is compiled for the desktop CLR. You will need to download the source and compile it as a Windows Phone Library (or Silverlight library) to use it with a Windows Phone application.
Google does not distribute a WP7/SL binary for the library.