The Product License has not been initialized
报错原因:未初始化许可证
解决方法:IAoInitialize m_AoInitialize = new AoInitialize();
m_AoInitialize.Initialize(esriLicenseProductCode.esriLicenseProductCodeArcInfo);
The Product License has not been initialized
报错原因:未初始化许可证
解决方法:IAoInitialize m_AoInitialize = new AoInitialize();
m_AoInitialize.Initialize(esriLicenseProductCode.esriLicenseProductCodeArcInfo);
转载于:https://www.cnblogs.com/kisstome88/archive/2011/01/11/1933086.html