Find the location of my application’s executable in WPF (C# or vb.net)? March 25, 2023 by Tarik System.Reflection.Assembly.GetExecutingAssembly().Location should work.