Process.Start() method not opening notepad.exe application
I am coding in C#. Currently attempting to run the notepad executable from my universal WPF form targeted for Windows 10 (Visual Studio 2022). I want to run the Process.start(“notepad.exe”) however am having difficulty troubleshooting. It does not appear in task manager and does not launch the application. The code is not returning or throwing any exceptions and appears to be closing by itself when viewed in process monitor. I am rather new to coding and may have made some significant oversights that I just am not seeing. Any help in this matter is much appreciated. The code for the app is located below:
How can i make my visual studio c# wpf project to have all it’s dependency files and resources inside a sub-folder instead of the root, when built?
as the title says, i want to make the folder for my app look cleaner by having most of the dependency resource and dlls files used by the app to be used from a sub-folder inside the root folder of the app. Is there a way to acheive this?