Skip to content

Instantly share code, notes, and snippets.

@olibd
Created May 12, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olibd/a97b84f97e0fc5f3e77e899a4e57c576 to your computer and use it in GitHub Desktop.
Save olibd/a97b84f97e0fc5f3e77e899a4e57c576 to your computer and use it in GitHub Desktop.
System.NullReferenceException : Object reference not set to an instance of an object
System.NullReferenceException : Object reference not set to an instance of an object
at Nethereum.Web3.DeployContract.BuildEncodedData (System.String abi, System.String contractByteCode, System.Object[] values) [0x0001b] in <e3e8e2c3f5884d4cab8c5971865413da>:0
at Nethereum.Web3.DeployContract.BuildTransaction (System.String abi, System.String contractByteCode, System.String from, Nethereum.Hex.HexTypes.HexBigInteger gas, System.Object[] values) [0x00001] in <e3e8e2c3f5884d4cab8c5971865413da>:0
at Nethereum.Web3.DeployContract.SendRequestAsync (System.String abi, System.String contractByteCode, System.String from, Nethereum.Hex.HexTypes.HexBigInteger gas, System.Object[] values) [0x00001] in <e3e8e2c3f5884d4cab8c5971865413da>:0
at UnitTests.FactoryTest+<Setup>d__4.MoveNext () [0x0012d] in /Users/NethereumProj/UnitTests/FactoryTest.cs:88
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-2017-02/bockbuild-2017-02/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at NUnit.Framework.Internal.ExceptionHelper.Rethrow (System.Exception exception) [0x00006] in <a136915bdafc4f7db46d0b0a906d5367>:0
at NUnit.Framework.Internal.AsyncInvocationRegion+AsyncTaskInvocationRegion.WaitForPendingOperationsToComplete (System.Object invocationResult) [0x00030] in <a136915bdafc4f7db46d0b0a906d5367>:0
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunAsyncMethod (System.Reflection.MethodInfo method, NUnit.Framework.Internal.TestExecutionContext context) [0x00010] in <a136915bdafc4f7db46d0b0a906d5367>:0
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod (NUnit.Framework.Internal.TestExecutionContext context, System.Reflection.MethodInfo method) [0x00008] in <a136915bdafc4f7db46d0b0a906d5367>:0
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp (NUnit.Framework.Internal.TestExecutionContext context) [0x0001c] in <a136915bdafc4f7db46d0b0a906d5367>:0
at NUnit.Framework.Internal.Commands.SetUpTearDownCommand.Execute (NUnit.Framework.Internal.TestExecutionContext context) [0x0001e] in <a136915bdafc4f7db46d0b0a906d5367>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment