Hi all,
use this lib fine, the app with the library seems to work as expected when compiled. the only issue is with Visual Studio Express 2013 that i'm using. Error list shows lots of errors at places that i'm using the extension.
eg.
help anyone?
use this lib fine, the app with the library seems to work as expected when compiled. the only issue is with Visual Studio Express 2013 that i'm using. Error list shows lots of errors at places that i'm using the extension.
eg.
Error 5 'Windows.UI.Xaml.Media.Imaging.WriteableBitmap' does not contain a definition for 'Crop' and no extension method 'Crop' accepting a first argument of type 'Windows.UI.Xaml.Media.Imaging.WriteableBitmap' could be found (are you missing a using directive or an assembly reference?)
Error 2 'Windows.UI.Xaml.Media.Imaging.WriteableBitmap' does not contain a definition for 'RotateFree' and no extension method 'RotateFree' accepting a first argument of type 'Windows.UI.Xaml.Media.Imaging.WriteableBitmap' could be found (are you missing a using directive or an assembly reference?)
There's lots of 'em, at all places where the extension is used. i must have been missing something in the code or Visual Studio setting.help anyone?