"No such file or directory" with running on arm windows

124 views
Skip to first unread message

Андрей Соколов

unread,
Oct 5, 2022, 11:35:54 AM10/5/22
to grpc.io
Hello everyone. Please help me with my problem.
I have:
NET Framework 4.7.1
Grpc 2.46.5
Grpc.Core 2.46.5
Grpc.Core.Api 2.49.0
Grpc.Tools 2.49.1
Windows 11 64-bit, ARM-based processor(running on Parallels desktop)

I have two proto files inside Protobuf folder and some config in .csproj

    <Protobuf Include="Protobuf/search.proto" />    
    <Protobuf Include="Protobuf/add.proto" />   

But when i  compile my project i got some error:

Protobuf/search.proto: No such file or directory

If i am running this project by standard windows machine i don't get this error.

Thank you.

Xuan Wang

unread,
Oct 5, 2022, 6:11:54 PM10/5/22
to grpc.io
Hi, can you provide more information like the file directories for your project and what your server/client/proto file looks like?
Message has been deleted

Андрей Соколов

unread,
Oct 6, 2022, 3:39:29 AM10/6/22
to grpc.io
Yes, sure, thank you for answer.
Без названия 4.pngБез названия 3.png
четверг, 6 октября 2022 г. в 01:11:54 UTC+3, xua...@google.com:

Андрей Соколов

unread,
Oct 9, 2022, 6:26:52 AM10/9/22
to grpc.io
i resolved this.

\\Mac\Home\Desktop\work - my project path. It is not working on windows.

C:\work - new path. It is works good.

And IIs express not workin on arm windows. I should use iis.

четверг, 6 октября 2022 г. в 10:39:29 UTC+3, Андрей Соколов:

Jan Tattermusch

unread,
Oct 14, 2022, 9:26:47 AM10/14/22
to grpc.io
Also note that Grpc.Core implementation of gRPC C# won't work on Windows ARM, since we don't provide windows-ARM flavor of the underlying grpc_csharp_ext.dll native library that Grpc.Core depends on.
Since Grpc.Core is currently in maintenance mode, we don't plan to work on this and you should treat Windows-ARM as unsupported in Grpc.Core.

You can try grpc-dotnet (which is now the recommended implementation of gRPC C#) - it doesn't have a native component and it should work even on Windows ARM.

Андрей Соколов

unread,
Oct 14, 2022, 12:14:48 PM10/14/22
to grpc.io
works good windows 11 arm

пятница, 14 октября 2022 г. в 16:26:47 UTC+3, Jan Tattermusch:
Reply all
Reply to author
Forward
0 new messages