Srinivas Hsk
Srinivas Hsk

Reputation: 398

Using Wcf Service Connecting Mscrm and Consuming it in Asp.net

I am connecting mscrm to asp.net using wcf service but I'm unable to connect to asp.net. The error is:

Metadata contains a reference that cannot be resolved:

https://ags10.api.crm5.dynamics.com/XRMServices/2011/Organization.svc?wsdl

could have any reference.

Upvotes: 0

Views: 301

Answers (1)

Scorpion
Scorpion

Reputation: 4575

First of all I would recommend you to check the service URL at Settings > Customizations > Developers Resources.

It can be because of Multiple bindings. I have noticed that you are using https. With https I think have to include security certificate as well.

Please check the link bellow. Might be helpful for you: Error: Metadata Contains A Reference That Cannot Be Resolved (CRM 2011 and 2013)

Link 2

Upvotes: 1

Related Questions