Nokia Imaging SDK problems with EditingSession Class

女生的网名这么多〃 提交于 2019-12-04 05:23:33

问题


I am trying to learn the Nokia Imaging SDK by going through the examples at developer.nokia.com and several other sites. Most of the examples tell to use this EditingSession class which is a part of Nokia Imaging SDK. But when I'm trying to use it I get the following error.

The type or namespace name 'EditingSession' could not be found (are you missing a using directive or an assembly reference?

I have included all the libraries correctly through NuGet Packages. Where am I going wrong?


回答1:


It looks like you are looking at the old version of the documentation, while using the new (1.0) version of the Nokia Imaging SDK.

If I remember correctly EditingSession was important in the previous, BETA, versions of the SDK. The previous versions (and examples, documentation, etc) are not compatible with the 1.0 release, as it introduced several breaking changes.

Try looking at the new Quick Start and work your way from there.



来源:https://stackoverflow.com/questions/20174638/nokia-imaging-sdk-problems-with-editingsession-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!