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

    xiaoxiao2021-03-25  101

    在program.cs 中的main函数中,加入这一句  

    ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);      

    如图

    由此, 程序运行成功

    转载请注明原文地址: https://ju.6miu.com/read-16400.html

    最新回复(0)