8000 Unhandled exception after installing via nuget · Issue #521 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content
Unhandled exception after installing via nuget #521
Closed
@factormystic

Description

@factormystic

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0