You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the unit tests in Visual Studio (under the debug configuration)
Expected: Unit tests should pass
Actual: System.DllNotFoundException : Unable to load DLL 'electionguard': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Expected Behavior
The problem is that make test-msvc generates electionguard.dll in the release configuration and ElectionGuard.Encryption.Tests.csproj is looking for it in the folder based on its active configuration. In other words ElectionGuard.Encryption.Tests.csproj conflates it's own configuration setting with that of the C++ electionguard library.
Steps To Reproduce
No response
Environment
- OS: Windows
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
make test-msvc
Expected: Unit tests should pass
Actual:
System.DllNotFoundException : Unable to load DLL 'electionguard': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Expected Behavior
The problem is that
make test-msvc
generateselectionguard.dll
in the release configuration andElectionGuard.Encryption.Tests.csproj
is looking for it in the folder based on its active configuration. In other wordsElectionGuard.Encryption.Tests.csproj
conflates it's own configuration setting with that of the C++ electionguard library.Steps To Reproduce
No response
Environment
- OS: Windows
Anything else?
No response
The text was updated successfully, but these errors were encountered: