【问题标题】:Error while using 'google-api-dotnet-client' to access FusionTables使用“google-api-dotnet-client”访问 FusionTables 时出错
【发布时间】:2013-02-15 20:32:05
【问题描述】:

我正在尝试使用 FusionTables API。但是我收到了这个错误:

“Google.Apis.Fusiontables.v1.Data.Table”类型中的方法“get_Error” 从程序集'Google.Apis.Fusiontables.v1,版本=1.2.4737.25287, Culture=neutral, PublicKeyToken=null' 没有实现。

有人可以帮我解决这个错误吗?这是我的代码:

 // Create the service.
 if (fTableService == null)
 {
     // Register the authenticator.
     var auth = CreateAuthenticator();
     fTableService = new FusiontablesService(auth);
     if (fTableService != null)
     {                   
         name = fTableService.Table.List().Fetch().Items[0].Name;
     }
 }

谢谢

【问题讨论】:

    标签: google-api google-fusion-tables google-api-dotnet-client


    【解决方案1】:

    看起来您在(生成的 API 和 google 客户端库本身的)程序集版本之间混合使用。

    尝试从http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Fusion_Tables_API下载最新版本的FusionTables API。 该捆绑包包含您需要引用的所有 dll。

    祝你好运

    【讨论】:

    • 好的,我会在这个周末的某个时候尝试并回复你。谢谢回复。我几乎放弃了。
    猜你喜欢
    • 1970-01-01
    • 2017-09-04
    • 1970-01-01
    • 1970-01-01
    • 2012-09-07
    • 2013-09-13
    • 2013-02-28
    • 1970-01-01
    • 2013-05-02
    相关资源
    最近更新 更多