Represents a UI element that lets the user choose and open files.
Questions tagged [fileopenpicker]
53 questions
0
votes
2 answers
FileOpenPicker throws access denied exception when starting it from a tile rather than a button in Windows Phone 8.1 application
I'm trying to use the FileOpenPicker API by starting it from a pinned tile in Windows Phone 8.1.
The tile has a command stored in it for which the application would start the FileOpenPicker when launched from that tile. In this case the…

robcsi
- 264
- 3
- 17
0
votes
1 answer
Select and display xamarin.form.Image in windows phone
I am working on an application for Windows phone 8.1 in Xamarin with mvvmCross. I need to select multiple images from the phone library and display them. I am using FileOpenPicker.SelectMultipleFilesAndContinue to do so. Now i need to be able to…

StijnvanGaal
- 441
- 3
- 17
0
votes
1 answer
How to open a .sess file?
I have some session files of the extension *.sess. How do I open it on Linux/Windows? I tried using normal text editors but I get partial junk values and partial actual text. Thanks!

solving12
- 255
- 5
- 16
0
votes
1 answer
FileOpenPicker throws UnauthorizedAccessException
i am currently developing a sample Windows 8 App which loads a Logfile and processes it for being shown in a DevExpress XtraGrid. When i add the required extensions to the Filetype Filter, the code throws an UnauthorizedAccessException, even though…

AlphaNERD
- 155
- 1
- 1
- 9
0
votes
1 answer
windows 8 app FileOpenPicker np file info
I'm trying to get some file information about a file the user select with the FileOpenPicker, but all the information like the path and name are empty. When I try to view the object in a breakpoint I got the following message:
file = 0x03489cd4…

Terry
- 332
- 1
- 15
0
votes
1 answer
Windows 8.1 FileOpenPicker
I made the app for windows store. It worked fine until I upgraded my os to Windows 8.1. There is an error while I'm trying to FileOpenPicker:
Element not found. (Исключение из HRESULT: 0x80070490)
Here is stacktrace:
at…

Daria Korosteleva
- 171
- 2
- 12
0
votes
1 answer
Why is the Documents folder not opened in a Windows Store application?
In the code below the documents folder is not shown to pick a file. The capabilities have been set correctly (I think) otherwise an Exception would be thrown. If I set a breakpoint I see that the code reaches the await statement but then it sits…

Dabblernl
- 15,831
- 18
- 96
- 148
-1
votes
1 answer
MediaPlayer for WinPhone
I'm trying to create some mediaplayer, but stacked on this moment. Need to add some files to my playlist, but it throw an exception... Here's code
private async void Open_OnClick(object sender, RoutedEventArgs e)
{
var…

Yura Gumenyuk
- 113
- 9