Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Azure表-一般错误消息_C#_Azure Table Storage - Fatal编程技术网

C# Azure表-一般错误消息

C# Azure表-一般错误消息,c#,azure-table-storage,C#,Azure Table Storage,我收到以下错误消息: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> <code>InvalidInput</code> <message xml:lang="sv-SE">One of the request

我收到以下错误消息:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
  <code>InvalidInput</code>
  <message xml:lang="sv-SE">One of the request inputs is not valid.</message>
</error>
堆栈跟踪:

at System.Data.Services.Client.DataServiceContext.SaveResult.HandleBatchResponse()
at System.Data.Services.Client.DataServiceContext.SaveResult.EndRequest()
at System.Data.Services.Client.DataServiceContext.SaveChanges(SaveChangesOptions options)
at MvcWebRole1.Controllers.HomeController.Index() in c:\Users\jgauffin\Documents\Visual Studio 2012\Projects\Azure.OneTrueError\MvcWebRole1\Controllers\HomeController.cs:line 20
这并不能说明什么。如何获得更详细的错误


我正在使用最新的storage nuget软件包,正在尝试本地调试(使用模拟器)。

您可能正在尝试保存不支持的数据类型。。更多信息:这就是为什么我尝试像这样使用
SetLink
ctx.SetLink(组织,“CreatedBy”,account)