【发布时间】:2021-12-23 18:38:18
【问题描述】:
您好,我正在尝试构建一个使用 protobuf 的 C# 程序。当我在我的电脑上做这件事时,一切都很好。但是我将项目复制到另一台计算机并尝试重建程序并出现错误。
protoc-gen-grpc The filename, directory name, or volume label syntax is incorrect
我正在使用 VisualStudio 2019,并指出了导致问题的位置或线路。有无数行代码,所以我不知道该显示什么。我已经搜索了谷歌,但通常会找到这个错误的答案
The filename, directory name, or volume label syntax is incorrect
或
protoc-gen-grpc: The system cannot find the file specified
这个错误。
【问题讨论】:
标签: c# build visual-studio-2019 grpc grpc-c#