Dear Experts,
I am working on a silverlight web resorce. While running the resource from my ribbon i just got following error
An error occurred while trying to make a request to URI 'https://adminpc/XRMServices/2011/Organization.svc/web'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that
is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy
without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.
I have an important doubt where the "https" is coming from and one more thing if I put a link and redirect to some place instead of "http" "https" is coming in the link.
Please help to find the solution
AshisK