[FileNotFoundException: 未能加载文件或程序集“ServiceStack.Common, Version=3.9.70.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。系统找不到指定的文件。]
ServiceStack.Redis.PooledRedisClientManager..ctor(IEnumerable`1 readWriteHosts, IEnumerable`1 readOnlyHosts, RedisClientManagerConfig config, Int64 initalDb, Nullable`1 poolSizeMultiplier, Nullable`1 poolTimeOutSeconds) +0
ServiceStack.Redis.PooledRedisClientManager..ctor(IEnumerable`1 readWriteHosts, IEnumerable`1 readOnlyHosts, RedisClientManagerConfig config) +66
Sp.TBM.Cache.RedisHelper.CreateManager(String[] readWriteHosts, String[] readOnlyHosts) in D:\sp-tbm\源代码\05.Common\Sp.TBM.Cache\RedisHelper.cs:56
Sp.TBM.Cache.RedisHelper..cctor() in D:\sp-tbm\源代码\05.Common\Sp.TBM.Cache\RedisHelper.cs:68
[TypeInitializationException: “Sp.TBM.Cache.RedisHelper”的类型初始值设定项引发异常。]
Sp.TBM.Cache.RedisHelper.SetT(String key, T value) in D:\sp-tbm\源代码\05.Common\Sp.TBM.Cache\RedisHelper.cs:132
Sp.TBM.Web.index.TestString() in D:\sp-tbm\源代码\01.Web\Sp.TBM.Web\index.aspx.cs:27
Sp.TBM.Web.index.btn_Click(Object sender, EventArgs e) in D:\sp-tbm\源代码\01.Web\Sp.TBM.Web\index.aspx.cs:20
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +11758656
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +150
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5028
|