Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

If no program is associated with a file when you double click it, the application crashes. #6

@Krutonium

Description

@Krutonium

ExploreView.xaml.cs

private void openFile(object sender, RoutedEventArgs e)
{
FileItem item = (FileItem)sender;
Process.Start(item._filepath); < Here
}

Exception thrown: 'System.ComponentModel.Win32Exception' in System.dll

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions