我使用Lumia Imaging SDK(版本2)在Windows Phone 8.1 RT应用程序中压缩图像。压缩代码随机抛出以下异常:
System.TypeLoadException:加载类型时发生故障 请求的Windows运行时类型'Lumia.Imaging.StorageFileImageSource'未注册。,
消息:加载类型时发生故障。,
Stacktrace:at System.StubHelpers.StubHelpers.GetWinRTFactoryObject(IntPtr pCPCMD)
在Lumia.Imaging.StorageFileImageSource..ctor(IStorageFile storageFile)
我该如何解决这个问题?
更新:我正在使用Visual Studio 2013 Update 5.详细信息。