Hello everyone,
I am having an issue regarding the connection through the Plugin Registration from the SDK 2016 (release 8.1.0 from May 2016).
I'am showing your the error message for CRM Online version 2016, but I receive the same error on a on premise instance and can't longin on the on-premise version as well.
When I try to connect with my credentials :

And Press Ok, I get notified that my PluginResgistration has found my organization. Then I receive an error message.


Error Message :
Unhandled Exception: System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at Microsoft.Crm.Tools.Libraries.OrganizationHelper.GetVersionNumber(CrmOrganization org)
at Microsoft.Crm.Tools.Libraries.OrganizationHelper.LoadServiceEndpoints(CrmOrganization org)
at Microsoft.Crm.Tools.PluginRegistration.Helper.<>c__DisplayClass5.<OpenConnection>b__1(Object o, DoWorkEventArgs e)
This connection perfectly works on the PluginRegistration Tool 2015. So, it's not a problem with logins or settings of my computer.
However, I could not use the Profiler from the PluginRegistration 2015 on an 2016 instance. For this reason, I need to be able to login into the 2016 PluginResgitration edition.
Has anybody faced the samed problem ?