Project Background
My project runs on Dynamics CRM & we have developed many plugins for it with the Visual Studio 2012.
I usually connects to CRM as follows
Then when deploying Solutions
Problem
But recently it is not possible to connect to the CRM SANDBOX. I'm sure there is no wrong in the process since I have done it many times previously.
it appears as follows
Dialog box gets Closed, but no error. Some time Visual studio gets restarted. So no way to deploy solutions to the sandbox.
Things I Tried so far
Global Section
to solution file (.sln) using text editor.Microsoft.Xrm.Sdk.dll
in CRM Developer Tools add-onAdded following lines to C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe.config
<dependentAssembly>
<assemblyIdentity name="Microsoft.Xrm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral"/>
<bindingRedirect oldVersion="6.0.0.0-6.1.0.0" newVersion="7.0.0.0"/>
</dependentAssembly>
Tried to connect by installing 3rd party tools such as CRM Toolkit from Visual studio package manager
Any support is welcome.
I also got the same exact problem before couple of months. And this is the worked Solution for me.
Solution
Tools
menu -> click Extension Manager
Extension Manager
, in the left pane, click Online Gallery
NOTE - Please confirm that you have right privileges to connect to the instance as the first step.