I downloaded the latest nopcommerce 3.70 source and tried to install locally but the installation never finishes (stuck at installing nopcommerce).
I have windows 10 x64 and tried with visual studio 2013 and 2015, with sql express 2014 and built in storage, i also tried 3.50 and 3.60.
Finally i did re-install windows 10 with visual studio 2015 only but same results, installation never finish.
While i was waiting for installation I did a break all and
public partial class MemoryCacheManager : ICacheManager
{
/// <summary>
/// Cache object
/// </summary>
protected ObjectCache Cache
{
get
{
return MemoryCache.Default; <- BREAKS HERE
}
}
Do you guys have any idea why is this happening?
Thank you