open the app.config file in VS, and find the <log4net> section

here yo'l have a <root> node. set the priority to Debug:

<root>
        <priority value="Debug" />

a.



On May 31, 2010, at 3:07 PM, Adeel Nasim wrote:

> Please let me know how to on debug mode? i am running memcached client in 
> verbose mode "memcached  -VV " and it doesn't show any error.
> 
> 
> On Mon, May 31, 2010 at 5:30 PM, a. <[email protected]> wrote:
> which client are you using? if it's the "enyim" version, can you please 
> enable the debug logging in your app.config and check the messages? it's 
> possible that the defaulttranscoder is throwing an exception
> 
> 
> a.
> 
> 
> On May 31, 2010, at 2:24 PM, Adeel Nasim wrote:
> 
>> Yes the Object is serializable, infact the [Searializable] attribute is 
>> applied above the class.
>> 
>> 
>> On Mon, May 31, 2010 at 5:12 PM, a. <[email protected]> wrote:
>> is the object serializable? (Serialiable attribute is applied, or 
>> ISerializable is implemented)
>> 
>> 
>> a.
>> 
>> 
>> 
>> On May 31, 2010, at 1:41 PM, Adeel Nasim wrote:
>> 
>>> Hi,
>>> I am using memcached 64 bit Client on Windows Server 2008 R2 Enterprise 
>>> edition, I have a asp.net web application that using WCF service, i cached 
>>> one object from WCF service and wants to get that object from web 
>>> application at  client side but always get NULL object when i try to get 
>>> the object with the same key.
>>> 
>>> But if i try to get the same object with the same key in a WCF service, I 
>>> always get that object.
>>> 
>>> Regards
>>> Adeel
>> 
>> 
>> 
>> 
>> -- 
>> Adeel Ahmed
>> Project Coordinator
>> Softech Worldwide LLC
>> Cell: 0345-2136696
>> 
> 
> 
> 
> 
> -- 
> Adeel Ahmed
> Project Coordinator
> Softech Worldwide LLC
> Cell: 0345-2136696
> 

Reply via email to