'Why doesn't assembly verification skipping work when running in Visual Studio 2022
When trying to launch a ASP.NET MVC application in Visual Studio 2019. Some assembly verification skipping is needed for some dependencies of the application.
I ran the following command in VS 2019 developer command line.
sn -Vr *,[assembly public key]
And it works correctly.
However when running the same project in Visual Studio 2022, the web app shows an error that the signature verification of the same assembly failed.
I tried running the same command in VS 2022 developer command line.
sn -Vr *,[assembly public key]
But the project still fails to run in Visual Studio 2022.
Why doesn't assembly verification skipping work when running in Visual Studio 2022?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
