I am experiencing an issue where I cannot select any CRM solutions after choosing a CRM server and organization via the "Connect to Dynamics CRM Server" dialog in Visual Studio 2013. Here are my environment and setup details:
- Visual Studio 2013 Update 4 RC
- CRMDeveloperTools 1.0
- CRM 2013 On-Premise installation
- Web server
- Back-end sandbox/search services server
- MSSQL Database server
- CRM web application, organization web service and discovery url accessible over HTTPS (3rd-party SSL cert)
Test case:
- Open Visual Studio CRM Solution
- Navigate to Tools -> Connect to Dynamics CRM Server
- Specify CRM Discovery Service Name
- select HTTPS
- Click Connect
- Check Use Default Credentials
- Click Log on
- Select an organization from the drop down
- Window closes without error
Using a packet inspector, I see that there is no traffic between my machine and the CRM server during this process until I click Log on... so these organizations are cached or stored in the CRM VS default settings file, which is also problematic. When there is traffic, it appears the CRM server is sending a TCP reset and the window closes. Upon trying the steps in the test case (all those after opening Visual Studio) I receive the error:
Value cannot be null.
Parameter name: source
I wonder if something about the organization service is hardcoded in this application which is looking for a standard protocol/port. Any help would be greatly appreciated.
*This post is locked for comments
I have the same question (0)