Closed
Description
Top exception:
The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception.
Inner exception:
Unable to load DLL 'git2-32e4992'
The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
Code sample
var p = @"C:\\project\\";
using (var repo = new Repository(p)) // exception here
{
// etc
}
Installed via nuget, Windows 8.1 x84
<package id="LibGit2Sharp" version="0.14.0.0" targetFramework="net40-Client" />
The binary is present in my project folder in \bin\Debug\NativeBinaries\amd64\git2-32e4992.dll
Metadata
Metadata
Assignees
Labels
No labels