1.Form1.Designer.cs

private void InitializeComponent()函数中加第一句:

System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));

2.Program.cs文件中

main函数中:

Application.SetCompatibleTextRenderingDefault(false);
ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);//加这句话

Application.Run(new Form1());

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-11-16
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案