neo-node icon indicating copy to clipboard operation
neo-node copied to clipboard

Neo-Cli Problem to install RpcServer Plugin

Open MatthewShelby opened this issue 4 years ago • 7 comments

I want to install RpcServer. I used this command:

1399-03-18 17_36_44-BookStore - Microsoft Visual Studio

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):

1399-03-18 17_45_02-

unfortunately, when I restat=rt neo-cli.exe this error occurs:

1399-03-18 17_37_03-BookStore - Microsoft Visual Studio

I Tried both:

1399-03-18 17_47_26-Release v3 0 0-preview2 · neo-project_neo-node

from here but still not working.

can anybody help me?

MatthewShelby avatar Jun 07 '20 13:06 MatthewShelby

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.

ProDog avatar Jun 07 '20 14:06 ProDog

Can we add the Microsoft.AspNetCore.ResponseCompression.dll as a reference to neo-cli? @erikzhang @shargon @Tommo-L

ProDog avatar Jun 08 '20 03:06 ProDog

neo-plugins should have dependencies

shargon avatar Jun 08 '20 07:06 shargon

RpcServer can't generate the Microsoft.AspNetCore.ResponseCompression.dll, so all users will encounter this problem if they compile the RpcServer by themselves.

ProDog avatar Jun 08 '20 07:06 ProDog

It must be included in the zip and copied during the installation.

shargon avatar Jun 08 '20 07:06 shargon

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.

Tommo-L avatar Jun 12 '20 06:06 Tommo-L

I want to install RpcServer. I used this command:

1399-03-18 17_36_44-BookStore - Microsoft Visual Studio

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):

1399-03-18 17_45_02-

unfortunately, when I restat=rt neo-cli.exe this error occurs:

1399-03-18 17_37_03-BookStore - Microsoft Visual Studio

I Tried both:

1399-03-18 17_47_26-Release v3 0 0-preview2 · neo-project_neo-node

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

superboyiii avatar Sep 02 '20 07:09 superboyiii

Old, if remains, please re-open

shargon avatar Dec 05 '23 13:12 shargon