using System;
namespace ConsoleApp2
{
class Program
{
static void Main(string[] args)
{
System.Diagnostics.Process.Start(@"C:\Users\MyUsername\Desktop\TextFile.txt");
}
}
}
ERROR GIVEN: The specified executable is not a valid application for this OS platform.'
Any ideas?