Im new to nokia image SDK, I ahve installed the latest version(1.0.272.0 ) for windows phone .Whenever I try to use EditingSession, I get error as

"EditingSession is not found.Are you missing an assembly directive?"

I have included the following namespace

using Nokia.Graphics.Imaging;
using Nokia.InteropServices;

Please help..

有帮助吗?

解决方案

Image SDK has changed significantly in the RTM version (compared to Beta versions) and in RTM, editing session is gone. With a lot of samples around are still referring to beta code, you can take a look at differences between Beta and RTM versions here (http://developer.nokia.com/Resources/Library/Lumia/#!nokia-imaging-sdk/how-to-upgrade.html) or consult RTM core concepts at Nokia's Imaging SDK site (http://developer.nokia.com/Resources/Library/Lumia/#!nokia-imaging-sdk/core-concepts.html).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top