您当前的位置: 首页 >  ar

刘一哥GIS

暂无认证

  • 4浏览

    0关注

    934博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

【错误异常大全】:ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS

刘一哥GIS 发布时间:2021-05-08 15:38:29 ,浏览量:4

文章目录
  • 问题描述
  • 解决方法

问题描述

ArcGIS version not specified. You must call RuntimeManager.Bind before creating any ArcGIS components.

在这里插入图片描述

解决方法

打开program.cs,把ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);

放到Application.SetCompatibleTextRenderingDefault(false);和Application.Run(new Form1());之间即可,就是:

static void Main(
关注
打赏
1665586602
查看更多评论
立即登录/注册

微信扫码登录

0.2336s