Nokia Imaging SDK problems with EditingSession Cla

2019-02-28 14:32发布

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?

enter image description here

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

1条回答
在下西门庆
2楼-- · 2019-02-28 14:58

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.

查看更多
登录 后发表回答