Posts

Showing posts with the label Dynamics 365 Solution Template for Visual Studio 2019

Dynamics CRM 365 Solution Template for Visual Studio 2019 Community Edition

  Hello, You have recently downloaded new version of Visual Studio namely 2019 and want to develop PlugIns or maybe Custom Workflow with the power of Visual Studio 2019 Community Edition . Here is good Visual Studio Project Template : https://marketplace.visualstudio.com/items?itemName=DynamicsCRMPG.MicrosoftDynamicsCRMDeveloperToolkit when you download it, you will get Microsoft.CrmDeveloperTools.vsix but it will not be installed to your version of  Visual Studio since it is complied with Visual Studio 2012, 2013, 2015 for such situation, 1- open Microsoft.CrmDeveloperTools.vsix with WinZip and find extension.vsixmanifest file. 2- edit extension.vsixmanifest with notepad or notepad++ 3- find <Installation> tag 4- add following     <InstallationTarget Version="[11.0,17.0]" Id="Microsoft.VisualStudio.Community" /> but change below     <InstallationTarget Version="[11.0,17.0]" Id="Microsoft.VisualStudio.Premium" /