Completed
Last Updated: 16 Dec 2021 06:35 by ADMIN
Release LIB 2021.3.1220 (20 Dec 2021)
Martin Ivanov
Created on: 14 Dec 2021 13:56
Category: FileDialogs
Type: Bug Report
0
FileDialogs: ArgumentNullException is thrown when ShowNetworkLocations is set to false

An exception is thrown when the ShowNetworkLocations property is set to false.

System.ArgumentNullException: Value cannot be null. (Parameter 'value')
   at System.String.StartsWith(String value)
   at Telerik.Windows.Controls.FileDialogs.Helpers.PathHelper.CapitalizeNetworkPath(String path)
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.BringItemIntoView(DirectoryBaseWrapper itemToBring)
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.BringCurrentDirIntoView()
   at Telerik.Windows.Controls.FileDialogs.ExplorerControl.MainNavigationPaneLoaded(Object sender, RoutedEventArgs e)

0 comments