Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect NEventStore reference #30

Closed
siobhanc opened this issue Jul 23, 2019 · 1 comment
Closed

Incorrect NEventStore reference #30

siobhanc opened this issue Jul 23, 2019 · 1 comment

Comments

@siobhanc
Copy link

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

@AGiorgetti
Copy link
Member

AGiorgetti commented Jul 23, 2019

It seems I messed up with the build scripts; I will investigate what happened.

aTiKhan added a commit to aTiKhan/NEventStore.Persistence.SQL that referenced this issue Oct 8, 2019
Fix: NEventStore#30 fixed assembly version numbers, fixed NEventStore reference,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants