• ReportViewer Win32Exception (0x80004005): 创建窗口句柄时出错


    System.ComponentModel.Win32Exception (0x80004005): 创建窗口句柄时出错。
    在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
    在 System.Windows.Forms.Control.CreateHandle()
    在 System.Windows.Forms.TextBoxBase.CreateHandle()
    在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    在 System.Windows.Forms.Control.CreateControl()
    在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
    在 Microsoft.Reporting.WinForms.WinRSviewer.ShowMessage(String text, Boolean enabled)
    在 Microsoft.Reporting.WinForms.ReportViewer.UpdateUIState(Exception e)
    在 Microsoft.Reporting.WinForms.ReportViewer.OnRenderingComplete(Object sender, AsyncCompletedEventArgs args)
    在 Microsoft.Reporting.WinForms.AsyncReportOperation.EndAsyncExecution(Exception e)
    在 Microsoft.Reporting.WinForms.ReportViewer.<>c__DisplayClass1.<OnBackgroundThreadCompleted>b__0()
    在 Microsoft.Reporting.WinForms.ReportViewer.ProcessAsyncInvokes()
    在 Microsoft.Reporting.WinForms.ReportViewer.Dispose(Boolean disposing)
    在 System.ComponentModel.Component.Dispose()
    在 SyncMyProductSend.AppDomainTest.LoadData(DataTable rs1, DataTable rs2, DataTable rs3, DataTable ds4, String BrandCode, String productcode, String imgUrl)
    在 SyncMyProductSend.AppDomainTest.LoadData(DataTable rs1, DataTable rs2, DataTable rs3, DataTable ds4, String BrandCode, String productcode, String imgUrl)
    在 SyncMyProductSend.Program.CreateExportFile()
    在 SyncMyProductSend.Program.Run()
    在 SyncMyProductSend.Program.Main(String[] args)

    直接运行SyncMyProductSend.exe 没有问题,但是在计划任务启动 SyncMyProductSend.exe 报创建窗口句柄时出错。

    rdlc .net4.0 用了卸载 Appdomain ,Reporting.WinForms.ReportViewer 还是会报错失败。

    解决方案:待定。

    https://www.cnblogs.com/panjinzhao/p/11401144.html

  • 相关阅读:
    HTC G7 搜索和感光按键修改
    Delphi开源组件SynEdit
    (转)Delphi获取windows系统版本信息
    TDateTime转UTC的时间差
    Windows7 C盘无法读写文件
    Convert UTC string to TDatetime in Delphi
    delphi抓全屏图,游戏窗口,游戏Client窗口
    ADO Table Locate
    Delphi与管道操作
    Delphi从UTC (GMT)返回时差
  • 原文地址:https://www.cnblogs.com/panjinzhao/p/11401144.html
Copyright © 2020-2023  润新知