c# - Could not load type 'System.Security.Cryptography.SHA512' from assembly -
i'm working on writing project i'm working on. so, i've created unit test project solution.
when trying simple tests got error message:
message: test method (method name) threw exception: system.typeloadexception: not load type 'system.security.cryptography.sha512' assembly 'mscorlib, version=4.0.0.0, culture=neutral, publickeytoken=7cec85d7bea7798e'. i've tried find solution problem have not found 1 work.
any ideas on solution this?
thanks in advance!
be sure version of .net same between unit test project , other project(s) in solution. might try creating unit test project when create first project solution.
Comments
Post a Comment