Description
Submitted by: Robert Suska (sefino)
I need compile my project with strong name key file(my.snk) , but compiler me write this error:
Error 1 Assembly generation failed -- Referenced assembly 'FirebirdSql.Data.FirebirdClient' does not have a strong name My_Project
FirebirdSql.Data.FirebirdClient.dll is assembly for .NET CF, please sign this assembly and release to web.
P.S. I am download from your web FirebirdSql.Data.FirebirdClient.snk file and tried am sign assembly by the help of tools
sn -R FirebirdSql.Data.FirebirdClient.dll FirebirdSql.Data.FirebirdClient.snk
but I had received this report:
FirebirdSql.Data.FirebirdClient.dll does not represent a strongly named assembly
and
sn -Vr -R FirebirdSql.Data.FirebirdClient.dll FirebirdSql.Data.FirebirdClient.snk
but I had received this report:
The public key supplied for test signing is invalid
please help me.
cheers