首页 > Web开发 > 详细

.net4.0 框架使用ArcEngine

时间:2014-10-16 12:26:43      阅读:391      评论:0      收藏:0      [点我收藏+]

某些类可能会出现.net 3.5之前没有的错误:

  错误 3 无法嵌入互操作类型“ESRI.ArcGIS.DataSourcesGDB.FileGDBWorkspaceFactoryClass”。请改用适用的接口。 

 

解决方案:

    2) The reason you could not compile against .NET 4.0 is because the "Embed Interop Types" property was set to true on the ESRI assembly references. If you change "Embed Interop Types" to false for all the ESRI references in the project, it will build against .NET 4.0.

bubuko.com,布布扣

 

.net4.0 框架使用ArcEngine

原文:http://www.cnblogs.com/bluemaplestudio/p/4028332.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!