Skip to content

Exception on startup #23

Open
Open
@HEIC-to-JPEG-Dev

Description

Steps to reproduce:

  1. Created a new WinUI 3 project using "Blank App, Packaged with Windows Application Packaging Project (WinUI 3 in Desktop)"
  2. Compiled and run the project
  3. Opened MainWindow.xaml
  4. Toggled WinUI3XamlPreview - error in statusbar of VS

System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at WinUI3XamlPreviewVS2022.ToggleLivePreview.d__16.MoveNext()
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at WinUI3XamlPreviewVS2022.ToggleLivePreview.d__16.MoveNext()
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at WinUI3XamlPreviewVS2022.ToggleLivePreview.d__16.MoveNext()
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at WinUI3XamlPreviewVS2022.ToggleLivePreview.d__16.MoveNext()

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions