很多人在使用超图组件进行桌面端二次开发的过程中都会遇到的一个问题那就是开发完成后对项目进行打包发现按照网络上提供的各种方法都无法正常进行打包,如果你的打包流程是按照网络上的教程进行操作的,那么一般都会报出如下错误

如果在打包的过程中出现

1、 

ERROR: Unable to find source file 'E:\MyWorkAbout'UavInfo.hbm.xml', located in '[TARGETDIR]\Mappings\building', the file may be absent or locked.

说明系统没有找到指定的这个文件,那么你就需要回去找找你的这个文件在指定的位置是否存在;

2、 

ERROR: File 'FTPManager.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'

检查你的项目生成是否是64位

关于超图组件开发的项目打包

  右键你的打包项目,查看属性,确认你的打包项目的“TargetPlatform"为x64

关于超图组件开发的项目打包

关于超图组件开发的项目打包

 

 

相关文章:

  • 2022-02-08
  • 2022-02-21
  • 2021-11-21
  • 2021-04-14
  • 2021-10-11
  • 2021-11-18
  • 2021-11-13
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-07-08
  • 2021-09-20
  • 2021-08-06
  • 2021-11-16
  • 2021-10-30
相关资源
相似解决方案