1
votes

I have developed one web application using .Net 4.0. Now i want to host that application on windows azure. when i have write the code for establishing the connection with CRM 2011 online in worker role then it works fine and i am able to establish the connection successfully. But when i try to connect to the CRM 2011 on-premise server from my worker role it throws an error while establishing the connection . For this,I am using service reference of CRM 2011 on-premise into my application. Please help.

1
Please input your thoughts. Will be highly appreciated.rubyist
The error that I am getting is "metadata contains a reference that cannot be resolved".rubyist

1 Answers

0
votes

Is your on-premise deployment Internet-Facing?

metadata contains a reference that cannot be resolved

You encounter this error if the server endpoint cannot be reached - whether it is physically incorrect (e.g. typo) or network restrictions prevent access (firewall, routing, server config) etc.