Windows Metro Style app occur error with Google Data API Library
问题 OS: Windows 8 Consumer Preview IDE: Visual Studio 11 Beta I create a Blank Application(Windows Metro style). And add Google Doc API sample code. (It is below) It occur compile Error.( Cannot find type System.ComponentModel.ExpandableObjectConverter in module System.dll ) But When I create a Console Application(Windows), don't occur compile Error and Google Doc API working good. Any ideas? using System; using Google.GData.Client; using Google.GData.Documents; namespace