Input string was not in correct format

  • Thread starter Thread starter Shay_w
  • Start date Start date
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...
 
Back
Top