FastReport.NET打开设计器报错:EntnyPointNotFoundException,:Unable to find an entry point named 'setWindowTheme' inDLL 'user32'.
开发环境: VS2022+.NET7 + FastReport.NET 2023.1.8
调用FastReport.NET Design方法打开设计器报错:
System.EntryPointNotFoundException:“Unable to find an entry point named 'SetWindowTheme' in DLL 'user32'.”
原因分析
FastReport报表设计器依赖 SetWindowTheme函数,该函数在user32.dll动态链接库内定义 ,导致调用Design方法失败。
总之是FastReport报表依赖Windows环境或某个文件。
解决方案
https://www.cscode.net/archive/newdoc/488729517178885.html
版权声明:本文为开发框架文库发布内容,转载请附上原文出处连接
NewDoc C/S框架网