Hi Team,
While setting up my local development instance, I got an error attached here.
If anyone have come across same error please let me know what needs to be done.
Server Error in '/' Application.
Sequence contains no elements
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Sequence contains no elements
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Sequence contains no elements]
System.Linq.Enumerable.First(IEnumerable`1 source) +417
Terrasoft.Redis.StackExchangeAdapters.RedisClientAdapter.get_Info() +117
Terrasoft.Redis.RedisValidator.GetVersion(IRedisClientsManager redisClientsManager) +48
Terrasoft.Redis.RedisValidator.CheckVersion(IRedisClientsManager redisClientsManager) +12
Terrasoft.Redis.RedisClientsManager..ctor() +101
Terrasoft.Redis.<>c.<.cctor>b__21_1() +31
System.Lazy`1.CreateValue() +734
System.Lazy`1.LazyInitValue() +189
Terrasoft.Redis.BaseRedisStore.Initialize(IDictionary`2 parameters) +48
Terrasoft.Core.AppConnection.InitializeStoreAdaptersSection(StoreAdaptersConfigurationSection section, Type levelType) +357
Terrasoft.Core.AppConnection.InitializeStoreAdapters() +75
Terrasoft.Core.AppConnection.Initialize() +138
Terrasoft.WebApp.Loader.Global.InitializeAppConnection() +150
Terrasoft.WebApp.Loader.Global.Application_Start(Object sender, EventArgs e) +233
Thanks in advance.
Like