S
Shay_w
Guest
Hi
It's an UWP project i get the exception "Input string was not in correct format"
when the compiler executes these lines
Try
Dim folder As Windows.Storage.StorageFolder = Windows.ApplicationModel.Package.Current.InstalledLocation.GetFoldersAsync("Assets")
Catch ex As Exception
Dim mes As New MessageDialog(ex.Message)
End Try
Thanks
Continue reading...
It's an UWP project i get the exception "Input string was not in correct format"
when the compiler executes these lines
Try
Dim folder As Windows.Storage.StorageFolder = Windows.ApplicationModel.Package.Current.InstalledLocation.GetFoldersAsync("Assets")
Catch ex As Exception
Dim mes As New MessageDialog(ex.Message)
End Try
Thanks
Continue reading...