chronoxor / CSharpServer

Ultra fast and low latency asynchronous socket server & client C# library with support TCP, SSL, UDP protocols and 10K connections problem solution
https://chronoxor.github.io/CSharpServer
MIT License
112 stars 31 forks source link

Running on Windows 7 #5

Open Jekyll007 opened 4 years ago

Jekyll007 commented 4 years ago

I'm trying to run examples on Windows 7. Tried to run already compiled examples, and also compiled by myself. On Windows 10 everything is ok. On Windows 7 an exception is thrown: "System.IO.FileLoadException A procedure imported by 'CSharpServer.dll' could not be loaded" .NET and vcredist versions are the same. Is there a way to run it on Windows 7?

chronoxor commented 4 years ago

Please check if VS 2019 redistributable packages are installed https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

Jekyll007 commented 4 years ago

Please check if VS 2019 redistributable packages are installed https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

Yes. They are installed.