Today I´ve tested the tool with CRM 4.0 on a w2k8 Server with SQL 2k5. After prompting for URL and Organization the Discovery Service starts, but will prompt with an error. Tried the Solution and b...
Add code to detect current active languages and ensure at least one of the supported languages is present.
Allow multiple languages for the entity creation.
Use standard windows sounds for the wizard.
Create a Dutch Version.
Improve the Icon Helper class so that it checks the publish status of the orgui record.
Add a German language version of the Add-In.
In the PublishCustomizations class of the Plugin - the Name of the new version is created with UTC. Change this to server/local time. Current Code: sb.Append(DateTime.UtcNow.ToString()); Sugg...