c# - StorageFile store = await Windows.ApplicationModel.Package.Current.InstalledLocation.GetFileAsync(@"~\Assets\KuchBhi.pdf"); -


before trying run following code metro app storagefile store = await windows.applicationmodel.package.current.installedlocation.getfileasync(@"~\assets\kuchbhi.pdf"); anticipated compiler throw exception since there no file named kuchbhi.pdf in assets folder, not happens, instead machine jams black screen , no further execution happens... can tell me problem , how resolve it. thank you


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -