Arcgis 9.3升级Arcgis10.1需要注重的一点

在项目启动时绑定一个证书文件: 在 Global.asax里面添加


void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
/*ArcGis10之后要先绑定一个版本*/
ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.EngineOrDesktop);
}

 

posted on 2014-01-14 13:19  mercy rain  阅读(209)  评论(0)    收藏  举报