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

  • 相关阅读:
    常用MySQL函数连接
    spring boot和mybatis的多源配置亲测可用非常简单哦铁闸门
    RestTemplate请求发送post请求携带数组参数(亲测有效)
    idea配置tomcat
    前后端分离生成手机验证码
    前后端分离的图片验证保存及发送方式
    Java—大文件分片上传
    SpringAOP实战
    Spring Boot AOP的使用
    iOS开发日常记录
  • 原文地址:https://www.cnblogs.com/panjinzhao/p/11401144.html
Copyright © 2011-2022 走看看