Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on startup #23

Open
HEIC-to-JPEG-Dev opened this issue Aug 15, 2024 · 0 comments
Open

Exception on startup #23

HEIC-to-JPEG-Dev opened this issue Aug 15, 2024 · 0 comments

Comments

@HEIC-to-JPEG-Dev
Copy link

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant