Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Incorrect NEventStore reference #30

Copy link
Copy link
@siobhanc

Description

@siobhanc
Issue body actions

I have encountered an issue with the NEventStore reference in NEventStore.Persistence.SQL. When trying to run my .net core web app I receive the following exception.

Application startup exception: System.IO.FileNotFoundException: Could not load file or assembly 'NEventStore, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
File name: 'NEventStore, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null'

Inspecting the assembly using ILSpy I see that NEventStore.Persistence.SQL references
// NEventStore, Version=7.1.0.0, Culture=neutral, PublicKeyToken=null

As the assembly is not strong named I cannot add an assembly binding redirect to get around the issue as that requires a non null PublicKeyToken.

It is also worth noting that NEventStore.Persistence.SQL has an assembly version of 0.0.0.0

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.