Dynamics 365 – Plug-in registration tool – Unable to connect to organization
Other day, I could not connect to my 30 days trail Dynamics 365 organization (V 9.0) using Plug-in registration tool, which was working fine until a day before.
Issue was weird as the moment I select my organization after login, I was redirecting back to Plug-in ‘Login’ page with no exception details.
You may also get below exception, if your plug-in registration tool shows exception and when you download the Error log.
Reason and Fix:
- Issue was with old version of Plug-in registration tool. You must have 9.0.0.7 version.
- Download the PluginRegistrationTool v9.0.0.7 from nuget by following below steps
- Open Visual Studio
- Go to Tools -> NuGet Package Manager -> Manage NuGet packages for Solution
- Browse and install “Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool” 9.0.0.7 version
- After installation, go to your VS project physical folder and open “Packages” folder
- You should get a “Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool.9.0.0.7” folder under “Packages”
- Open the “Plugin Registration tool.exe” and try connecting to your Organization.
Note:
- There are other ways to install the “Microsoft.CrmSdk.XrmTooling.PluginRegistrationTool” package from NuGet. Just for the sake of simplicity I used Visual studio approach to download the package.
- If you are facing issues while establishing connection to CRM Organization service from your Console/Web Applications refer this blog for fix.
- You can also download all CRM related tools from NuGet by searching “Microsoft.CrmSdk.XrmTooling“
🙂
This is very useful. Thanks