Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
If you're not reaching the break point at the top of Sub Main(), then you might check the properties of the project. On the Application tab, you should have the Enable Application Framework unchecked, and the Startup Object should say Sub Main. If those are correct, then check the Immediate window and the Output window; one of them might list an error that might give you a clue.
|