Server Error in '/' Application.

Keys cannot contain the chars 0x00-0x20 and space.

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.ArgumentException: Keys cannot contain the chars 0x00-0x20 and space.

Source Error:


Line 38:         Dim mcclient As New Enyim.Caching.MemcachedClient
Line 39: 
Line 40:         Dim cachedObject = mcclient.Get(interim_id)
Line 41: 
Line 42:         Dim useragent As String

Source File: C:\web\redirect\Default.aspx.vb    Line: 40

Stack Trace:


[ArgumentException: Keys cannot contain the chars 0x00-0x20 and space.]
   Enyim.Caching.Memcached.DefaultKeyTransformer.Transform(String key) +129
   Enyim.Caching.MemcachedClient.PerformTryGet(String key, UInt64& cas, Object& value) +63
   Enyim.Caching.MemcachedClient.TryGet(String key, Object& value) +37
   Enyim.Caching.MemcachedClient.Get(String key) +21
   redirect_Default.Page_Load(Object sender, EventArgs e) in C:\web\redirect\Default.aspx.vb:40
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0