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
I have some problems with running OpenCvSharp3 using IIS because strong name validation fails:
sn -vf OpenCvSharp.Blob.dll
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.
Failed to verify assembly -- Strong name validation failed.
However, it still working well for package OpenCvSharp3-AnyCPU 3.1.0.20161105
The text was updated successfully, but these errors were encountered:
Thanks! This problem is fixed in the next release. 6156322
sn -vf OpenCvSharp.Blob.dll
Microsoft(R) .NET Framework Strong Name Utility Version 4.0.30319.0
Copyright (c) Microsoft Corporation. All rights reserved.
Assembly 'OpenCvSharp.Blob.dll' is valid
I have some problems with running OpenCvSharp3 using IIS because strong name validation fails:
However, it still working well for package OpenCvSharp3-AnyCPU 3.1.0.20161105
The text was updated successfully, but these errors were encountered: