How do debug an application that crashes with an unhandled exception error
before it gets to the first line of
[STAThread]
static void Main
....
?
// My Code
[STAThread]
static void Main()
{
System.Windows. MessageBox.Show ("Test");
}
My app is ran off a network drive will all assembly strong names trusted and
crashes before Test is shown.
Thanks
Ryan
before it gets to the first line of
[STAThread]
static void Main
....
?
// My Code
[STAThread]
static void Main()
{
System.Windows. MessageBox.Show ("Test");
}
My app is ran off a network drive will all assembly strong names trusted and
crashes before Test is shown.
Thanks
Ryan