paip.yxshopV4.7.1的安装不能用的问题
老是提示:
对不起,给您带来不便,请即时升级,升级请联系成都易想网络技术有限公司,公司电话:028-66006880 传真:028-61330799 移动:13980854559
查找源码,查找SQL都找不到此句话。。我估计是在DLL中..
调试发现此句ERR:
D:\ChangeHope_YxShop_Sourcee_V4.7.1\YXShop.SQLServerDAL\SystemInfo\WebSetting.cs
public YXShop.Model.SystemInfo.WebSetting GetModel()
L234
YXShop.Model.SystemInfo.WebSetting model = new YXShop.Model.SystemInfo.WebSetting();
DataSet ds = ChangeHope.DataBase.SQLServerHelper.Query(strSql.ToString());
ChangeHope是个DLL,反编译项目..
找到了.
D:\ChangeHope_YxShop_Sourcee_V4.7.1\ChangeHope\ChangeHope.DataBase\SQLServerHelper.cs
private static string connectionString
{
get
{
if (DateTime.Now > Convert.ToDateTime("2013-08-25"))
{
HttpContext.Current.Response.Write("对不起,给您带来不便,请即时升级,升级请联系成都易想网络技术有限公司,公司电话:028-66006880 传真:028-61330799 移动:13980854559");
HttpContext.Current.Response.End();