zoukankan      html  css  js  c++  java
  • paip.yxshopV4.7.1的安装不能用的问题

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

  • 相关阅读:
    sws_getContext函数参数介绍
    FFmpeg 将YUV数据转RGB
    信号槽同步
    git stash
    Qt 事件
    Qt 信号与槽函数
    微信红包的算法实现
    Python正则表达式中的re.S
    hive函数 -- split 字符串分割函数
    python None与Null
  • 原文地址:https://www.cnblogs.com/attilax/p/15199907.html
Copyright © 2011-2022 走看看