neo-node
neo-node copied to clipboard
Neo-Cli Problem to install RpcServer Plugin
I want to install RpcServer. I used this command:
It looks like installation has been done, successfully, and without error. at the plugins folder in the neo-cli path (RpcServer.dll has been generated):
unfortunately, when I restat=rt neo-cli.exe this error occurs:
I Tried both:
from here but still not working.
can anybody help me?
RpcServer need Microsoft.AspNetCore.ResponseCompression.dll, you can download it at https://github.com/ProDog/NEO-Test for a while, and put it in your neo-cli path.
Can we add the Microsoft.AspNetCore.ResponseCompression.dll
as a reference to neo-cli? @erikzhang @shargon @Tommo-L
neo-plugins should have dependencies
RpcServer can't generate the Microsoft.AspNetCore.ResponseCompression.dll
, so all users will encounter this problem if they compile the RpcServer by themselves.
It must be included in the zip and copied during the installation.
Can we add the
Microsoft.AspNetCore.ResponseCompression.dll
as a reference to neo-cli? @erikzhang @shargon @Tommo-L
For me, I think it's better to add them(only offical plugins' dependencies) in neo-core. It's convenient for users to use plugins, and it's easy for us to release plugins.
I want to install RpcServer. I used this command:
It looks like installation has been done, successfully, and without error. at the plugins folder in the neo-cli path (RpcServer.dll has been generated):
unfortunately, when I restat=rt neo-cli.exe this error occurs:
I Tried both:
from here but still not working.
can anybody help me?
Could you retry it? It should be fixed after Microsoft.AspNetCore.ResponseCompression.dll
be added to the ZIP after I re-release
Old, if remains, please re-open