简体   繁体   English

Microsoft SDK XRM GetProxy“ NoURL”

[英]Microsoft SDK XRM GetProxy “NoURL”

we are using this guide and stucked while GetProxy. 我们正在使用本指南,并在使用GetProxy时遇到困难。

https://msdn.microsoft.com/en-us/library/hh675404.aspx https://msdn.microsoft.com/zh-CN/library/hh675404.aspx

It gives us this error: 它给了我们这个错误:

An unhandled exception of type 'System.ServiceModel.Security.MessageSecurityException' occurred in mscorlib.dll mscorlib.dll中发生了类型为'System.ServiceModel.Security.MessageSecurityException'的未处理异常

Additional information: An unsecured or incorrectly secured fault was received from the other party. 附加信息:从另一方收到不安全或不正确安全的故障。 See the inner FaultException for the fault code and detail. 有关错误代码和详细信息,请参见内部FaultException。

And when we see the InnerException: 当我们看到InnerException时:

{System.ServiceModel.FaultException: Authentication Failure NoURL} {System.ServiceModel.FaultException:验证失败NoURL}

We are using OnlineFederation AuthenticationProviderType for Office365 XRM. 我们正在为Office365 XRM使用OnlineFederation AuthenticationProviderType。

How can we fix this? 我们该如何解决?

Install the below package in your solution if you are working with MS CRM 2016 如果使用MS CRM 2016,请在解决方案中安装以下软件包

Link to Package 链接到套餐

Install-Package Microsoft.CrmSdk.CoreAssemblies

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

相关问题 Microsoft.Xrm.Sdk.Client HTTP压缩 - Microsoft.Xrm.Sdk.Client HTTP compresssion Microsoft.Xrm.Sdk.DataCollection的新实例/构造函数<T> - new instance / constructor of Microsoft.Xrm.Sdk.DataCollection<T> 如何使用Microsoft Xrm Sdk传输选项集/扩展名 - How can I transfer Optionsets/Extensions with Microsoft Xrm Sdk Microsoft.Xrm.Sdk.EntityReference.Equals(obj)行为 - Microsoft.Xrm.Sdk.EntityReference.Equals(obj) behaviour 将对象类型转换为Microsoft.Xrm.Sdk.OptionSetValue类型 - Converting object type to Microsoft.Xrm.Sdk.OptionSetValue type 无法加载文件或程序集 'Microsoft.Xrm.Sdk,版本 = 9.0.0.0 - Could not load file or assembly 'Microsoft.Xrm.Sdk, Version=9.0.0.0 无法从“Microsoft.Xrm.Sdk.Query.QueryExpression”转换为“Microsoft.Crm.Sdk.Query.QueryBase” - cannot convert from 'Microsoft.Xrm.Sdk.Query.QueryExpression' to 'Microsoft.Crm.Sdk.Query.QueryBase 无法将“Microsoft.Xrm.Sdk.Money”类型的 object 转换为“System.IConvertible”类型。详细信息: - Unable to cast object of type 'Microsoft.Xrm.Sdk.Money' to type 'System.IConvertible'.Detail: C# 为什么 Microsoft.Xrm.Sdk.Messages.UpsertResponse 无法通过反射设置? - C# Why Microsoft.Xrm.Sdk.Messages.UpsertResponse could not be set by Reflection? 在此作用域上引用了类型为Microsoft.Xrm.Sdk.Entity的变量SI,但未定义 - The variable SI of type Microsoft.Xrm.Sdk.Entity is refenced on this scope, but it is not defined
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM