Skip to content

Setting Up AX for LibGit2Sharp

Rodrigo Fraga edited this page Mar 25, 2015 · 3 revisions

After you have successfully built LibGit2Sharp, time to copy the dll's into AX client bin folder.

  • Copy the contents of libgit2sharp-(current version)\libgit2sharp-(current version)\LibGit2Sharp\bin\Release to AX client bin folder (C:\program files (x86)\Microsoft Dynamics AX\60\Client\bin)

  • Copy the file of libgit2sharp-(current version)\libgit2sharp-(current version)\LibGit2Sharp\bin\Release\NativeBinaries\x86\git2-65e9dc6.dll to ax client bin folder (C:\program files (x86)\Microsoft Dynamics AX\60\Client\bin)

At the end, C:\program files (x86)\Microsoft Dynamics AX\60\Client\bin will have in the directory listing:

git2-65e9dc6.dll
LibGit2Sharp.dll
Clone this wiki locally