Open GoogleCodeExporter opened 9 years ago
I don't have access to my build environment but I this this will help.
Original comment by mladenov...@gmail.com
on 25 Jun 2012 at 3:50
Attachments:
This is a serious issue.
Original comment by evoshr...@gmail.com
on 18 Jan 2013 at 11:22
However, this new EXE does work. If you still don't have access to your build
environment, I'm about to try to build it and make a command-line version. If
I succeed and you want a copy for your site (or want an updated compile) let me
know.
Original comment by evoshr...@gmail.com
on 18 Jan 2013 at 11:29
Oh my, this wasn't fixed in the code. Can you please share the code to fix
this issue?
Original comment by evoshr...@gmail.com
on 20 Jan 2013 at 1:53
i think problem is:
private readonly MemoryCache _cache = MemoryCache.Default;
...
_cache.Add(path,
Cache is shared. Caching key must be created more uniqly like:
_cache.Add(path+_volumeLabel,...
Original comment by martin.d...@gmail.com
on 25 Jul 2014 at 7:45
Original issue reported on code.google.com by
nicks...@gmail.com
on 24 Jun 2012 at 9:02