无法绑定到ArcGIS Engine runtime

“Failed to bind to an ArcGIS Engine runtime. Ensure that the specified runtime is installed before running this application.”

我是新手请大家多多指教,这个问题怎么解决?谢谢!

在主程序入口program.cs中的main函数中添加如下代码绑定arcgis产品,

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