[
https://issues.apache.org/jira/browse/TINKERPOP-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16346929#comment-16346929
]
Florian Hockmann commented on TINKERPOP-1880:
---------------------------------------------
I just tried to verify the signature with the {{[Strong
Name-Tool|https://docs.microsoft.com/de-de/dotnet/framework/tools/sn-exe-strong-name-tool]}}
and it indeed reports the signatures as invalid:
{code:java}
> .\sn.exe -v D:\Downloads\Gremlin.Net.dll
Microsoft (R) .NET Framework-Dienstprogramm für starke Namen, Version
4.0.30319.0
Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.
Die Assembly konnte nicht überprüft werden -- Fehler bei der Überprüfung des
starken Namens.{code}
The output is in German but the last line roughly translates to: _Could not
verify the assembly – Error while verifying the strong name_.
However, the signature for Gremlin.Net 0.2.2 was valid which was the last
package that I published from my own repository. So there must be a difference
in our deployment processes here.
[~kstephan]: Did you enable strong name checking somehow in IIS or does it
always enforce valid signatures when a signature is present? When you don't
need the strong name, then you can use in the meantime version 3.3.0-rc1 or
3.2.6-rc1 as they weren't strong name signed.
> Gremlin.NET Strong name signature could not be verified. (HRESULT: 0x80131045)
> ------------------------------------------------------------------------------
>
> Key: TINKERPOP-1880
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1880
> Project: TinkerPop
> Issue Type: Bug
> Components: dotnet
> Affects Versions: 3.2.7, 3.3.1
> Environment: Windows 10, IIS Express 10, .Net Framework 4.7.1
> Reporter: Klaus Stephan
> Priority: Major
> Attachments: 31-01-_2018_14-50-15.png
>
>
> I am trying to use the Gremlin.NET nuget package in a web application (.NET
> Framework 4.7.1).
> The project builds successfully, but when starting it in IIS Express, I get
> an error
> "Strong name signature could not be verified. (HRESULT: 0x80131045)"
> I tried different versions, but always get the same error.
> Please fix the nuget packages so that they become usable.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)