简体   繁体   English

ExecuteQuery WindowsAzure.Storage 5.0.3没有扩展方法

[英]ExecuteQuery WindowsAzure.Storage 5.0.3 no extension method

Currently I am trying to execute a query with windows azure storage 5.0.3 Only getting the following error: Severity Code Description Project File Line 当前,我正在尝试使用Windows Azure存储5.0.3执行查询,但仅收到以下错误:严重性代码说明项目文件行

Error CS1061 'CloudTable' does not contain a definition for 'ExecuteQuery' and no extension method 'ExecuteQuery' 错误CS1061“ CloudTable”不包含“ ExecuteQuery”的定义,并且没有扩展方法“ ExecuteQuery”

Anyone have any idea why? 有人知道为什么吗?

Can you indicate which platform you're targeting? 您可以指出您要定位的平台吗? The PCL, win8 and DNX targets do not contain an ExecuteQuery method -- are you targeting one of these? PCL,win8和DNX目标不包含ExecuteQuery方法-您是否针对其中之一?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WindowsAzure.Storage没有使用.Net Core 1.0 - WindowsAzure.Storage on not working on .Net Core 1.0 WindowsAzure.Storage使用C#mono - WindowsAzure.Storage using C# mono WindowsAzure.Storage,版本= 9.3.0.0-异常无法加载文件或程序集 - WindowsAzure.Storage, Version=9.3.0.0 - exception could not load file or assembly 如何在Visual Studio 2013中安装WindowsAzure.Storage? - How do I install WindowsAzure.Storage in Visual Studio 2013? 将WindowsAzure.Storage安装到针对Xamarin平台的PCL - Install WindowsAzure.Storage to PCL targeting Xamarin platforms 我应该使用哪个版本的WindowsAzure.Storage? - Which version of WindowsAzure.Storage should I use? 共享访问从 windowsazure.storage 移动到 Azure.Storage.Files - Shared Access moving from windowsazure.storage to Azure.Storage.Files 从 WindowsAzure.Storage 迁移到 Azure.Storage 包时从 CloudStorageAccount 引用服务 - Referencing services from CloudStorageAccount when migrating from WindowsAzure.Storage to Azure.Storage packages WebApi Soln具有多个项目,每个项目都有不同的WindowsAzure.Storage版本参考 - WebApi Soln with multiple projects each having different windowsAzure.Storage version reference 从“WindowsAzure.Storage”迁移时,我应该为 Azure 表使用什么 package - What package should I use for Azure Tables when migrating away from "WindowsAzure.Storage"
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM