lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET
https://sharpsnmp.com
MIT License
356 stars 152 forks source link

Getting started. #676

Closed lextudio-support closed 4 hours ago

lextudio-support commented 4 hours ago

The source code samples reference the nonexistant sharpsnmplib.snk. The catspaw download's readme mentions this file, which I'm supposed to obtain by " Using .NET SDK/Visual Studio command prompt to execute createsnk.bat under SharpSnmpLib folder".

Which would be really nice, if such a file existed. Where is createsnk.bat, and why isn't all this stuff in the same download?

Original Reported Date: 2010-08-11T21:36:42.197-07:00 Original CodePlex Discussion Thread ID: 223301

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

CatPaw 5.2 already presents the revised readme.txt, which mentions that you need to execute prepare.bat instead of createsnk.bat.

The goal to remove sharpsnmplib.snk from the source code repository is to make sure that only the original developers can sign the assemblies as the ones the distribution package. Then it is easier to tell whether the assemblies you use is "official" from the original developers.

Anyone can build #SNMP assemblies on their own, but those assemblies just don't have the official "signature".

Regards,

Lex

Original Posted Date: 2010-08-12T02:04:15.337-07:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

Hi Lex,

I want to build the SharpSnmpLib using VS2012 on Windows 8 and I get following error:

Error 9 Cryptographic failure while signing assembly 'e:\PLAYGROUND\SNMPFramework\bigdipper_7.5_src\SharpSnmpLib\obj\Debug\SharpSnmpLib.dll' -- 'Error reading key file 'e:\PLAYGROUND\SNMPFramework\bigdipper_7.5_src\SharpSnmpLib\sharpsnmplib.snk' -- The system cannot find the file specified. ' E:\PLAYGROUND\SNMPFramework\bigdipper_7.5_src\SharpSnmpLib\CSC SharpSnmpLib

Please give me hint how to solve it.

Thank you in advance.

Jo

Original Posted Date: 2012-11-07T06:00:22.137-08:00

lextudio-support commented 4 hours ago

Copied from CodePlex without authors:

Hi Jo,

You might take a look at the KB articles.

Lex

Original Posted Date: 2012-11-07T22:17:18.117-08:00

lextudio-support commented 4 hours ago

Marked as Answer Date: 2013-10-06T04:10:40.92-07:00