Debugging Application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RyanW

    Debugging Application

    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
Working...