搜索
热搜: 活动 交友 discuz
查看: 1521|回复: 11
收起左侧

[已提交] .NET更新到.841后 一查询就报错 然后强制关闭

[复制链接]
散人  发表于 2014-1-7 18:53:47 |阅读模式
-----------------------------------------------------
操作系统版本:Microsoft Windows NT 6.1.7600.0
程序运行目录:C:\Users\Administrator\Desktop\12306订票助手.NET


模块信息
-----------------------------------------------------
[001]. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll
[002]. 12306订票助手, Version=2.5.5.841, Culture=neutral, PublicKeyToken=063375134da4cdc3 , C:\Users\Administrator\Desktop\12306订票助手.NET\12306订票助手.exe
[003]. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
[004]. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
[005]. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
[006]. System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
[007]. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
[008]. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
[009]. Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed , C:\Users\Administrator\Desktop\12306订票助手.NET\Newtonsoft.Json.dll
[010]. System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll
[011]. System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
[012]. System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll
[013]. System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
[014]. BetterListViewExpress, Version=3.8.2.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2 , C:\Users\Administrator\Desktop\12306订票助手.NET\BetterListViewExpress.dll
[015]. SimpleUpdater, Version=2.3.4.5, Culture=neutral, PublicKeyToken=8bf54bd6729f490c , C:\Users\Administrator\Desktop\12306订票助手.NET\SimpleUpdater.dll
[016]. xjiqbx1v, Version=2.3.4.5, Culture=neutral, PublicKeyToken=null ,
[017]. Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
[018]. System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll
[019]. ?, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null ,  不可用信息 (动态程序集)




散人  发表于 2014-1-7 18:57:29
错误信息
-----------------------------------------------------
System.InvalidOperationException: 分析数据时发生错误:无法分析 起售时间
   at ...() in #Fd:line 95
   at ..(String , String , Action`1 , Action , Boolean , Boolean , Boolean , Nullable`1 ) in #Fd:line 75
   at ..(String , String , Action`1 , String , Boolean , Boolean , Boolean , Nullable`1 ) in #Fd:line 92
   at TOBA.Otn.Entity.QueryLeftTicketResult.ToQueryResultItem(DateTime queryDate) in #Je:line 80
   at TOBA.Otn.Entity.QueryLeftTicketResponse.<>c__DisplayClass1.<ToQueryResult>b__0(QueryLeftTicketResult s) in #Je:line 24
   at System.Collections.Generic.List`1.ForEach(Action`1 action)
   at TOBA.Otn.Entity.QueryLeftTicketResponse.ToQueryResult(DateTime queryTime) in #Je:line 24
   at ..() in #Oe:line 16777215
   at ..(Object ) in #Oe:line 16777215
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()


环境信息
-----------------------------------------------------
操作系统版本:Microsoft Windows NT 6.1.7600.0
程序运行目录:C:\Users\Administrator\Desktop\12306订票助手.NET


模块信息
-----------------------------------------------------
[001]. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll
[002]. 12306订票助手, Version=2.5.5.841, Culture=neutral, PublicKeyToken=063375134da4cdc3 , C:\Users\Administrator\Desktop\12306订票助手.NET\12306订票助手.exe
[003]. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
[004]. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
[005]. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
[006]. System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
[007]. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
[008]. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
[009]. Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed , C:\Users\Administrator\Desktop\12306订票助手.NET\Newtonsoft.Json.dll
[010]. System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll
[011]. System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
[012]. System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll
[013]. System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
[014]. BetterListViewExpress, Version=3.8.2.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2 , C:\Users\Administrator\Desktop\12306订票助手.NET\BetterListViewExpress.dll
[015]. SimpleUpdater, Version=2.3.4.5, Culture=neutral, PublicKeyToken=8bf54bd6729f490c , C:\Users\Administrator\Desktop\12306订票助手.NET\SimpleUpdater.dll
[016]. ?, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null ,  不可用信息 (动态程序集)
[017]. Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
[018]. zk1wbfhj, Version=2.3.4.5, Culture=neutral, PublicKeyToken=null ,
[019]. System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll


  • TA的每日心情
    开心
    2015-11-28 15:07
  • 签到天数: 49 天

    [LV.5]常住居民I

    发表于 2014-1-7 19:08:11 | 显示全部楼层
    这是个明显的BUG 需要木鱼分析尽快解决 我测试过 刷部分路由会导致软件 线性错误  如南昌等 其它大部分路线可正常运行。
  • TA的每日心情

    2014-1-7 19:33
  • 签到天数: 1 天

    [LV.1]初来乍到

    发表于 2014-1-7 19:32:12 | 显示全部楼层
    这个问题出现,是发生在查询27号票的时候,感觉是提取预售时间出错了,或者说,12306检测到了抢票软件提取预售时间,才导致这个问题吧?
  • TA的每日心情
    奋斗
    2014-2-15 22:35
  • 签到天数: 16 天

    [LV.4]偶尔看看III

    发表于 2014-1-7 19:48:58 | 显示全部楼层
    又更新了吗?
    散人  发表于 2014-1-7 19:59:26
    同上  更新后自动报错
    散人  发表于 2014-1-7 20:00:26
    而且报了好多错
    错误信息
    -----------------------------------------------------
    System.InvalidOperationException: 分析数据时发生错误:无法分析 起售时间
       at ...() in #Fd:line 95
       at ..(String , String , Action`1 , Action , Boolean , Boolean , Boolean , Nullable`1 ) in #Fd:line 75
       at ..(String , String , Action`1 , String , Boolean , Boolean , Boolean , Nullable`1 ) in #Fd:line 92
       at TOBA.Otn.Entity.QueryLeftTicketResult.ToQueryResultItem(DateTime queryDate) in #Je:line 80
       at TOBA.Otn.Entity.QueryLeftTicketResponse.<>c__DisplayClass1.<ToQueryResult>b__0(QueryLeftTicketResult s) in #Je:line 24
       at System.Collections.Generic.List`1.ForEach(Action`1 action)
       at TOBA.Otn.Entity.QueryLeftTicketResponse.ToQueryResult(DateTime queryTime) in #Je:line 24
       at ..() in #Oe:line 16777215
       at ..(Object ) in #Oe:line 16777215
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()


    环境信息
    -----------------------------------------------------
    操作系统版本:Microsoft Windows NT 6.1.7601 Service Pack 1
    程序运行目录:C:\Users\Administrator\Desktop\12306订票助手.NET_2.5.4.830\12306订票助手.NET


    模块信息
    -----------------------------------------------------
    [001]. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll
    [002]. 12306订票助手, Version=2.5.5.841, Culture=neutral, PublicKeyToken=063375134da4cdc3 , C:\Users\Administrator\Desktop\12306订票助手.NET_2.5.4.830\12306订票助手.NET\12306订票助手.exe
    [003]. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
    [004]. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
    [005]. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
    [006]. System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
    [007]. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
    [008]. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
    [009]. Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed , C:\Users\Administrator\Desktop\12306订票助手.NET_2.5.4.830\12306订票助手.NET\Newtonsoft.Json.dll
    [010]. System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll
    [011]. System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
    [012]. System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll
    [013]. System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
    [014]. BetterListViewExpress, Version=3.8.2.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2 , C:\Users\Administrator\Desktop\12306订票助手.NET_2.5.4.830\12306订票助手.NET\BetterListViewExpress.dll
    [015]. SimpleUpdater, Version=2.3.4.5, Culture=neutral, PublicKeyToken=8bf54bd6729f490c , C:\Users\Administrator\Desktop\12306订票助手.NET_2.5.4.830\12306订票助手.NET\SimpleUpdater.dll
    [016]. ?, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null ,  不可用信息 (动态程序集)
    [017]. 54gfrg1y, Version=2.3.4.5, Culture=neutral, PublicKeyToken=null ,
    [018]. Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
    [019]. System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll



    该用户从未签到

    发表于 2014-1-7 20:17:07 | 显示全部楼层
    同上..................
    回复

    使用道具 举报

  • TA的每日心情
    擦汗
    2020-1-8 13:56
  • 签到天数: 4 天

    [LV.2]偶尔看看I

    发表于 2014-1-7 20:19:47 | 显示全部楼层
    同上 我也是。查询杭州-宜昌 2013-1-27(尚未发售)的时候,软件崩溃,直接退出。
    错误信息
    -----------------------------------------------------
    System.InvalidOperationException: 分析数据时发生错误:无法分析 起售时间
       在 ...() 位置 #Fd:行号 95
       在 ..(String , String , Action`1 , Action , Boolean , Boolean , Boolean , Nullable`1 ) 位置 #Fd:行号 75
       在 ..(String , String , Action`1 , String , Boolean , Boolean , Boolean , Nullable`1 ) 位置 #Fd:行号 92
       在 TOBA.Otn.Entity.QueryLeftTicketResult.ToQueryResultItem(DateTime queryDate) 位置 #Je:行号 80
       在 TOBA.Otn.Entity.QueryLeftTicketResponse.<>c__DisplayClass1.<ToQueryResult>b__0(QueryLeftTicketResult s) 位置 #Je:行号 24
       在 System.Collections.Generic.List`1.ForEach(Action`1 action)
       在 TOBA.Otn.Entity.QueryLeftTicketResponse.ToQueryResult(DateTime queryTime) 位置 #Je:行号 24
       在 ..() 位置 #Oe:行号 16777215
       在 ..(Object ) 位置 #Oe:行号 16777215
       在 System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
       在 System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       在 System.Threading.ThreadPoolWorkQueue.Dispatch()
       在 System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()


    环境信息
    -----------------------------------------------------
    操作系统版本:Microsoft Windows NT 6.1.7601 Service Pack 1
    程序运行目录:D:\Program Files\12306订票助手.NET\12306订票助手.NET_2.5.4.830\12306订票助手.NET


    模块信息
    -----------------------------------------------------
    [001]. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll
    [002]. 12306订票助手, Version=2.5.5.841, Culture=neutral, PublicKeyToken=063375134da4cdc3 , D:\Program Files\12306订票助手.NET\12306订票助手.NET_2.5.4.830\12306订票助手.NET\12306订票助手.exe
    [003]. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
    [004]. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
    [005]. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
    [006]. System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
    [007]. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
    [008]. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
    [009]. mscorlib.resources, Version=4.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_zh-Hans_b77a5c561934e089\mscorlib.resources.dll
    [010]. Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed , D:\Program Files\12306订票助手.NET\12306订票助手.NET_2.5.4.830\12306订票助手.NET\Newtonsoft.Json.dll
    [011]. System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll
    [012]. System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
    [013]. System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll
    [014]. System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
    [015]. BetterListViewExpress, Version=3.8.2.0, Culture=neutral, PublicKeyToken=e6c91a3add447be2 , D:\Program Files\12306订票助手.NET\12306订票助手.NET_2.5.4.830\12306订票助手.NET\BetterListViewExpress.dll
    [016]. SimpleUpdater, Version=2.3.4.5, Culture=neutral, PublicKeyToken=8bf54bd6729f490c , D:\Program Files\12306订票助手.NET\12306订票助手.NET_2.5.4.830\12306订票助手.NET\SimpleUpdater.dll
    [017]. ?, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null ,  不可用信息 (动态程序集)
    [018]. Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
    [019]. System.Windows.Forms.resources, Version=4.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_zh-Hans_b77a5c561934e089\System.Windows.Forms.resources.dll
    [020]. 23cim2cc, Version=2.3.4.5, Culture=neutral, PublicKeyToken=null ,
    [021]. System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a , C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll
    [022]. System.resources, Version=4.0.0.0, Culture=zh-Hans, PublicKeyToken=b77a5c561934e089 , C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.resources\v4.0_4.0.0.0_zh-Hans_b77a5c561934e089\System.resources.dll



    该用户从未签到

    发表于 2014-1-7 20:32:54 | 显示全部楼层
    应该跟12306的预售时间调整有关
    您需要登录后才可以回帖 登录 | 入住

    本版积分规则

    申请友链| Archiver| 手机版| 鱼·后花园

    GMT+8, 2024-6-26 06:33 , Processed in 0.025697 second(s), 15 queries , Redis On.

    Powered by Discuz! X3.4

    © 2005-2024 鱼·后花园

    快速回复 返回顶部 返回列表