zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    有关TSQL中的ROUND()的用法
    孤立用户
    微小的边缘原理
    分段统计查询的方法
    虎尾兰
    有规律字段的拆分
    对索引视图的限制
    金额转换为英文大写
    经典名言
    最大信息熵原理
  • 原文地址:https://www.cnblogs.com/panjinzhao/p/11401144.html
Copyright © 2011-2022 走看看