Nethereum / Nethereum.Playground

Compile and run Nethereum snippets on the browser
MIT License
27 stars 17 forks source link

Compile error on your example: "Transaction: How to send transactions using the transaction manager" #43

Closed pavbro closed 2 years ago

pavbro commented 2 years ago

System.TypeLoadException: Could not load type of field 'Nethereum.Signer.EthECKey:SecureRandom' (0) due to: Could not load file or assembly 'BouncyCastle.Crypto, Version=1.8.2.0, Culture=neutral, PublicKeyToken=0e99375e54769942' or one of its dependencies. at Program.Main (System.String[] args) <0xe099968 + 0x0005e> in :0 at Nethereum.Playground.Components.PlaygroundEditor.PlaygroundEditorViewModel.CompileAndRunCsharp () <0x76b7008 + 0x001e4> in <0fb99110ea2f428a9e7d32b6ecf67e2e>:0 at Nethereum.Playground.Components.PlaygroundEditor.PlaygroundEditorViewModel.RunInternal () <0x76b5e60 + 0x001d4> in <0fb99110ea2f428a9e7d32b6ecf67e2e>:0

Problem string is: var account = new Account(privateKey);