Skip to content

Tutorial 13

PhuocLe edited this page Aug 27, 2018 · 2 revisions

Task

  • Create Console Application

Coding

  1. Add New Project 01. C# Console Project to your solution
    • A popup form Add new Console Project opened
    • Click button >< to create/select a Dynamics 365 connection
    • Keep the text box Project Name empty
    • Select 9.0.2.4 in the Crm Version PL.DynamicsCrm.DevKit get all Microsoft.CrmSdk.CoreAssemblies version from NuGet
    • Select 4.5.2 in the .Net version
    • Click OK
    • PL.DynamicsCrm.DevKit created console project name: Paz.LuckeyMonkey.Console
  2. Rebuild solution to restore NuGet packages
  3. Check-in all files to your source control
  4. You finished this tutorial

Summary

This tutorial, you know howto

Clone this wiki locally