I’m trying to build a (seemingly unmaintained) free-software project that’s written in C# (Math.NET Iridium).
The build fails on this error:
Error 1
The command ""C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\sn.exe" -Vr *,"c061a3ec32cc0c6f" "C:\Users\dharmatech\Documents\mathnet-iridium - a\src\app\MathNet.Iridium\Library\..\..\..\..\config\personal_test_public.snk"" exited with code 1.
C:\Users\dharmatech\Documents\mathnet-iridium - a\src\app\MathNet.Iridium\Library\Iridium.csproj 252 5 Iridium
Any suggestions for how to get around that error?
The issue is that people maintaining Iridium have modified the iridium.csproj to test sign the dlls.
Just open the csproj located at “..\mathnet-iridium-master\mathnet-iridium-master\src\app\MathNet.Iridium\Library\Iridium.csproj” in notepad and delete the section between (Line 235):
!– MATHNET-BEGIN-TESTSIGNING —
!– MATHNET-END-TESTSIGNING —
Save the csproj and build again.
For information the csproj is as follows: