Note that there are some explanatory texts on larger screens.

plurals
  1. POprotobuf-net transcoder for EnyimMemcached problems
    primarykey
    data
    text
    <p>Is the transcoder from protobuf-net to enyim cache deprecated? <a href="http://marcgravell.blogspot.com.br/2010/01/distributed-caching-with-protobuf-net.html" rel="nofollow">distributed caching with protobuff-net</a></p> <p>Setting my Enyim config just like this <a href="http://code.google.com/p/protobuf-net/source/browse/trunk/Examples/app.config" rel="nofollow">app.config</a> causes an error when I try to start the MemcachedClient() The same for using </p> <blockquote> <p>transcoder type="ProtoBuf.Caching.Enyim.NetTranscoder"/</p> </blockquote> <pre><code>System.TypeInitializationException was unhandled by user code HResult=-2146233036 Message=The type initializer for 'Enyim.Caching.MemcachedClient' threw an exception. Source=Enyim.Caching TypeName=Enyim.Caching.MemcachedClient StackTrace: at Enyim.Caching.MemcachedClient..ctor() at Global.asax.cs:line 31 InnerException: System.Configuration.ConfigurationErrorsException HResult=-2146232062 Message=The value of the property 'transcoder' cannot be parsed. The error is: Object reference not set to an instance of an object. (\web.config line 207) Source=System.Configuration BareMessage=The value of the property 'transcoder' cannot be parsed. The error is: Object reference not set to an instance of an object. StackTrace: at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object&amp; result, Object&amp; resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object&amp; result, Object&amp; resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at Enyim.Caching.MemcachedClient..cctor() in MemcachedClient.cs:line 25 InnerException: </code></pre> <p>Both installed via nuget and using the latest version available.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload