Recent content by to_ip

  1. T

    can I query a dictionary stored in a named cache for an object?

    If I have a generic dictionary stored in the named cache with a particular key, can I query for just a particular value from the dictionary with the key? I would prefer not to get the entire dictionary to the client, just the value required. Is this possible?
  2. T

    Object Browser: why do I get "not a valid .net assembly"?

    In the ScaleOut Object Browser, when I try to add my .net built assemblies, using the Load/Unload assemblies option under tools, for my .net built assemblies, I get the error "XXXX.dll is not a valid .net assembly". These are .net assemblies built using C#. What needs to be done, in order to...
  3. T

    How to detect if lock is held on named cache item?

    Is it possible to detect if the thread has acquired a lock for a particular item in the named cache? I have an instance where a method is being called from two different streams, and if the lock is being held by the code path, I do not want to release it in the method. If it is it not held by...
  4. T

    Can the StateServer be used by a ASP.Net 4.5 website?

    Hi, When I run the sample applications, which are in VS 2008, the system works fine. However when I try to integrate using a VS 2012 project, I get the error "Could not load file or assembly 'soss_svcdotnet' or one of its dependencies. An attempt was made to load a program with an incorrect...
Top