I am having some difficulty in compiling CoiniumServ on a Windows 7 X64 Ultimate platform using Visual Studio Community 2013. The first errors I got were related to missing NuGet packages. I sorted that and it then said CSRedis was missing and unable to load. I then opened Nuget and downloaded CSRedis into the project and now it's giving me the following errors/warnings when I try to compile:
Error 1 The project file could not be loaded. Could not find a part of the path 'C:\Users\Peter\CoiniumServ-develop\deps\csredis\CSRedis\CSRedis.csproj'. C:\Users\Peter\CoiniumServ-develop\deps\csredis\CSRedis\CSRedis.csproj CSRedis
Error 2 Metadata file 'C:\Users\Peter\CoiniumServ-develop\bin\Release\CoiniumServ.exe' could not be found C:\Users\Peter\CoiniumServ-develop\src\Tests\CSC CoiniumServ.Tests
Error 3 The event 'CSRedis.RedisClient.Connected' can only appear on the left hand side of += or -= C:\Users\Peter\CoiniumServ-develop\src\CoiniumServ\Persistance\Providers\Redis\RedisProvider.cs 33 55 CoiniumServ
Error 4 'CSRedis.RedisClient' does not contain a definition for 'ReconnectTimeout' C:\Users\Peter\CoiniumServ-develop\src\CoiniumServ\Persistance\Providers\Redis\RedisProvider.cs 59 21 CoiniumServ
Any help on this issue is
greatly appreciated!