Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/339.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# DocuSign CreateAndSendEnvelope“Guid不能为空”_C#_Docusignapi - Fatal编程技术网

C# DocuSign CreateAndSendEnvelope“Guid不能为空”

C# DocuSign CreateAndSendEnvelope“Guid不能为空”,c#,docusignapi,C#,Docusignapi,我正在尝试复制此处找到的示例代码: 我复制了C代码来构建信封,并且只针对我的环境进行了调整。。示例文件、电子邮件地址等。当我执行此操作时,会出现以下异常: 发生处理错误:System.ServiceModel.FaultException:异常 请求至少包含一个无效参数。Guid不能为空 服务器堆栈跟踪:在 System.ServiceModel.Channel.ServiceChannel.HandlerReplyProxyOperationRuntime 操作,ProxyRpc和rpc位于

我正在尝试复制此处找到的示例代码:

我复制了C代码来构建信封,并且只针对我的环境进行了调整。。示例文件、电子邮件地址等。当我执行此操作时,会出现以下异常:

发生处理错误:System.ServiceModel.FaultException:异常 请求至少包含一个无效参数。Guid不能为空

服务器堆栈跟踪:在 System.ServiceModel.Channel.ServiceChannel.HandlerReplyProxyOperationRuntime 操作,ProxyRpc和rpc位于 System.ServiceModel.Channel.ServiceChannel.CallString操作, 布尔单向,ProxyOperationRuntime操作,对象[]ins, 对象[]输出,TimeSpan超时时间为 System.ServiceModel.Channel.ServiceChannel.CallString操作, 布尔单向,ProxyOperationRuntime操作,对象[]ins, 对象[]在 System.ServiceModel.Channel.ServiceChannelProxy.InvokeServiceIMethodCallMessage methodCall,ProxyOperationRuntime操作在 System.ServiceModel.Channel.ServiceChannelProxy.InvokeMessage 信息

在[0]处重试异常:在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessageIMessage reqMsg,IMessage retMsg at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvokeMessageData& msgData,Int32类型at SampleApp.DSAPIService.DSAPIServiceSoap.createandsendevelopeenvelope 封套


有人看到过这个问题吗?我查看了API参考上的信封、收件人、文档和选项卡类型,没有发现任何guid字段。

我发现了问题。看起来我没有设置Envelope.AccountId字段