0
votes

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.

1

1 Answers

1
votes

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