Skip to content

Instantly share code, notes, and snippets.

@pjvds
Created January 19, 2011 21:52
Show Gist options
  • Save pjvds/786948 to your computer and use it in GitHub Desktop.
Save pjvds/786948 to your computer and use it in GitHub Desktop.
{"Could not load file or assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)":"nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"}
Could not load file or assembly 'nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at FluentAssertions.Verification.Fail(String format, Object expected, Object actual, String reason, Object[] reasonParameters, Object[] args)
at FluentAssertions.Verification.Verify(Boolean condition, String failureMessage, Object expected, Object actual, String reason, Object[] reasonParameters)
at FluentAssertions.Verification.Verify(Func`1 condition, String failureMessage, Object expected, Object actual, String reason, Object[] reasonParameters)
at FluentAssertions.DateTimeAssertions.Be(DateTime expected, String reason, Object[] reasonParameters)
at FluentAssertions.DateTimeAssertions.Be(DateTime expected)
at Ncqrs.Tests.Eventing.Storage.SQL.MsSqlServerEventStoreTests.Storing_event_source_should_succeed() in C:\Projects\ncqrs\Framework\src\Ncqrs.Tests\Eventing\Storage\SQL\MsSqlServerEventStoreTests.cs:line 208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment