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
In case I execute the bat file to regenerate the code I get "Permission denied" errors. I checked folder permissions etc. but that not seams to be the problem.
In case I execute the bat file to regenerate the code I get "Permission denied" errors. I checked folder permissions etc. but that not seams to be the problem.
`C:\Windows\system32>cd /d C:\tmp\grpc-samples-dotnet-master\grpc-samples-dotnet-master\dotnet_desktop\
C:\tmp\grpc-samples-dotnet-master\grpc-samples-dotnet-master\dotnet_desktop>set TOOLS_PATH=packages\Grpc.Tools.1.0.1\tools\windows_x64
C:\tmp\grpc-samples-dotnet-master\grpc-samples-dotnet-master\dotnet_desktop>packages\Grpc.Tools.1.0.1\tools\windows_x64\protoc.exe Greeter\protos\greeter.proto --csharp_out Greeter
C:\tmp\grpc-samples-dotnet-master\grpc-samples-dotnet-master\dotnet_desktop>packages\Grpc.Tools.1.0.1\tools\windows_x64\protoc.exe Greeter\protos\greeter.proto --grpc_out Greeter --plugin=protoc-gen-grpc=packages\Grpc.Tools.1.0.1\tools\windows_x64\grpc_csharp_plugin.exe
C:\tmp\grpc-samples-dotnet-master\grpc-samples-dotnet-master\dotnet_desktop>packages\Grpc.Tools.1.0.1\tools\windows_x64\protoc.exe Chat\protos\chat.proto --csharp_out Chat
C:\tmp\grpc-samples-dotnet-master\grpc-samples-dotnet-master\dotnet_desktop>packages\Grpc.Tools.1.0.1\tools\windows_x64\protoc.exe Chat\protos\chat.proto Chat Chat\protos\chat.proto --grpc_out Chat --plugin=protoc-gen-grpc=packages\Grpc.Tools.1.0.1\tools\windows_x64\grpc_csharp_plugin.exe
Chat: Permission denied`
The text was updated successfully, but these errors were encountered: