SQL 2005 Install

…report server installation: Select the error settings: Confirm the components to install and click Install: SQL Server will install: Once complete, click Next: Click Finish: Download the latest SQL Server…

UII and XRM Tooling NuGet Packages

open the Package Manager Console. Enter the command: Install-Package Microsoft.CrmSdk.XrmTooling.CoreAssembly This will install the following assemblies: Then, install the UII Common package: Install-Package Microsoft.CrmSdk.UII.CommonAssemblies More information: https://www.nuget.org/packages/Microsoft.CrmSdk.XrmTooling.CoreAssembly/ https://www.nuget.org/packages/Microsoft.CrmSdk.UII.CommonAssemblies/    …

Dynamics 365 KingswaySoft Install

To install the KingswaySoft adapter for Dynamics CRM, go to http://www.kingswaysoft.com/products/ssis-integration-toolkit-for-microsoft-dynamics-365/download Download the suitable version: Run the exe: Click on Custom to view the components: License Manager:  …

Dynamics 365 PowerShell – Microsoft.Xrm.Data.Powershell

The Microsoft.Xrm.Data.Powershell module for PowerShell provides data operations such as CRUD. The module is available for download at: https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell/releases/ Download the ZIP file and unblock it by right clicking. If…

Web Resources Manager in XrmToolBox

…option to search file names: With images, you can replace: And download web resources to disk: You can also create a new root and then add files to it: In…

Installing and Using ILSpy

ILSpy is an assembly browser and decompiler. Here we will go through installing and using ILSpy. First, download the binaries from the ILSpy website: This will download a ZIP file….

Installing TypeScript for Visual Studio Code

…the TypeScript compiler tsc: Which will compile and produce JS files based on the TS files: You can also simply type the tsc command to transpile the ts file directly….

USD – User Settings, ReadSetting, SaveSetting

website of the $Settings parameter: When you open USD, as the $Settings exists, the website open will come from the user setting: If the user is not assigned a setting,…

How to Embed Forms Pro Inside a Power Apps Canvas App

…video, check out my YouTube channel video: https://www.youtube.com/watch?v=m2dMIcypsnk&feature=youtu.be First, log into the Power Apps maker at https://make.powerapps.com/ and let’s create a new Canvas app from blank: Give the app a…