awaescher / RepoZ

👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
MIT License
1.01k stars 93 forks source link

Opening *.sln files with grr does not work anymore #94

Closed awaescher closed 4 years ago

awaescher commented 4 years ago
C:\> grr open anyrepo *.sln
 anyrepo   master ≡
Opening C:/Develop/anyrepo/anysolution.sln ...
An error occured:
System.ComponentModel.Win32Exception (193): The specified executable is not a valid application for this OS platform.
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at grr.Messages.OpenFileMessage.ExecuteFound(String[] files)