I cannot get past OpenFileDialog and I tried both of the following types
Code: Select all
using OpenFileDialog = Microsoft.Win32.OpenFileDialog;
using OpenFileDialog = System.Windows.Forms.OpenFileDialog
I also tried both dotnet 4.6 and 4.7 and am using only the 32bit version of my app.
Googling I see there might be some type of "interactive" problem with the win32.form version and wine
Make a long story short: I can either come up with my own really cheap way to get a list of files or maybe there is a way to get it to work if someone can point what I am doing wrong.
I have the correct path to the location of the files as I was able to process an xml into a tree structure on my form, but unaccountably the OpenFileDialog cannot get a list of what is in the same folder.
For what it is worth https://stateson.net/images/WineCrash_32bit_app.txt