unable to implement gRPC having issues with Protos\greet.proto: No such file or directory

Viewed 39

I'm trying to use gRPC for one of the microservice using this URL in ASP NET 6.0. I have also installed the required package "Grpc.AspNetCore" Version="2.48.0". But it still gives me compilation error about 'Protos\greet.proto: No such file or directory', path\Could not make proto path relative 1 '

enter image description hereenter image description here

I tried to make path relative but still no luck.

I'm running on visual studio 2022 and did make update to make sure that it is not because of update. I also tried creating another test project with gPRC project template and it worked but when i tried to add another service it gets failed again in test project too.

working with manual way for now.

0 Answers
Related