.NET 3.5 (C#) application does not run on Windows XP Professional
See the question and my original answer on StackOverflowYou could install WinDbg (it has the advantage of being quite light, not too invasive, not like a full Visual Studio install), and run your .EXE from its console. WinDbg will break on the first exception. You will be then able to dig out further using something like SOS (WinDbg extension for managed .NET programs).