You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is a running project, I'm testing it on Visual Studio 2017 and at line 37, in "Nethereum.TestRPCRunner ->TestRPCEmbeddedRunner.cs" file it throws an error.
Error : "The system cannot find the file specified"
When I change the fileName property to point to the .tmp file (where we are saving .js file data), it says "The specified executable is not a valid application for this OS platform.". It sounds to me that "node" is a command which we are supposed to use and .tmp file name with arguments are the options we should pass, please confirm.
Note: I'm from c# background and new to ETHEREUM. Instead of trying things with node.js and stuff I would prefer to use c#/.net to learn ethereum dapp application implementation.
The text was updated successfully, but these errors were encountered:
There is a dependency with node as TestRpc is written in javascript. The Testrpc runner has been created to allow you to create many different tests and scenarios which can launch testrpc.
The dependency will be able to be removed when Nethereum (eventually) implements a full Ethereum test client.
I don't think this is a running project, I'm testing it on Visual Studio 2017 and at line 37, in "Nethereum.TestRPCRunner ->TestRPCEmbeddedRunner.cs" file it throws an error.
Error : "The system cannot find the file specified"
When I change the fileName property to point to the .tmp file (where we are saving .js file data), it says "The specified executable is not a valid application for this OS platform.". It sounds to me that "node" is a command which we are supposed to use and .tmp file name with arguments are the options we should pass, please confirm.
Note: I'm from c# background and new to ETHEREUM. Instead of trying things with node.js and stuff I would prefer to use c#/.net to learn ethereum dapp application implementation.
The text was updated successfully, but these errors were encountered: