I have a C# class library project which uses Postsharp, which is unable to build. I am getting the following error:
Exception in .NET strong name API invocation. Error while getting key info for '<my .snk file path>': Strong name key container not found. (Exception from HRESULT: 0x8013141C).
Furthermore the error specifies that the error occurs in a file by the name "POSTSHARP" in the directory in which the project resides, however this file does not seem to exist.
From the information which i have been able to gather, it seems that I am unable to sign my project due to an error with regards to the strong name key belonging to Postsharp, or something along those lines. This issue only occurs on my machine, and not anyone else working on the same project. Furthermore, my .snk file is used in other projects in the same solution which also use the same version of Postsharp and .NET Framework.
I am using Visual Studio 2019, Postsharp version 4.3.48, and .NET Framework 4.5.2.