I am trying to create an instance of StorageFile in my class library...
var localFolder = ApplicationData.Current.LocalFolder; StorageFile destinationFile =
It must be a long time since the post when I After adding references: System.Runtime.WindowsRuntime.dll System.Threading.Tasks.dll
and targeting windows 8 in project file:
8.0
Mentioned above example can be compiled in VS.