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();

 

 

 

相关文章:

  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-07-25
  • 2021-06-30
猜你喜欢
  • 2022-01-15
  • 2021-12-22
  • 2022-12-23
  • 2021-10-16
  • 2022-02-08
  • 2021-10-12
  • 2021-10-16
相关资源
相似解决方案