Open ibrahimozgon opened 1 year ago
There's no runtime built for arm64 for Windows yet for some reason. I've created a discussion here, if anyone is facing this issue, please upvote it so we can get more attention to it faster. Thanks :D
@anchitj Any update on this?
Same happens on macOS ARM64 with .NET 8.
Description
I moved to Mac M2 and installed Windows 11 on Parallels. I have several projects use confluent kafka 2.02 version. All projects works on x64 windows machines and docker but fails to load kafka libraries on M2.
I try to run a .net core 6 project and I get
System.DllNotFoundException: 'Failed to load the librdkafka native library.'
I try to run .net framework 4.8 project and it gets
Strange thing is I have "librdkafka.dll" in that folder.
I tried to install libdirkafka library by vcpkg on windows and copied lib files to bin and project root folder but didn't help.
I installed all the waiting windows updates, it didn't help too.
I'm using Microsoft Visual Studio Community 2022 (ARM 64-bit) - Current version.
How to reproduce
Use Mac M2 machine and install windows 11 on Parallels.
Try to run this code:
or
Basic example to run:
Checklist
Please provide the following information: