stack exchange redis

Questions about Wine on Linux
Locked
arkk
Newbie
Newbie
Posts: 1
Joined: Tue Nov 17, 2020 11:15 pm

stack exchange redis

Post by arkk »

I have a C# application which uses StackExchange.Redis to publish messages to and receives messages from Redis server. It works fine on Windows 10 environment. But it does not work on Linux VM (CentOS 7) with WINE 3.0.3. It failed with a program error and the output contained the following error message:
0084:fixme🐚URL_ParseUrl failed to parse L"StackExchange.Redis"
And it also threw an unhandled exception - Could not load file or assembly 'StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46' or one of its dependencies.
I upgraded WINE from 3.0.3 to 5.0.3 and the issue was not fixed.
Does StackExchange.Redis work in WINE on Linux? How can I install StackExchange.Redis package in WINE?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: stack exchange redis

Post by jkfloris »

Looks like you also asked your question on GitHub, where you got the answer to run the program with dotnet.
You can also try to install the .Net Framework in Wine and run your application.
Locked