trace

  1. VBobCat

    Question How to identify one given instance from a class when debugging?

    Hello people, I wrote a class that helps me to validate entries on textboxes and comboboxes. The constructor takes the control to be validated as parameter, so the class can handle some of its events. Then, each Form declares so many instances of it as the number of controls that require...
  2. K

    Trace to see DLLs loading on start

    I am having an issue when I deploy a console app to a server. On my dev station it starts and runs quickly but on the server there is about a 15 second pause when starting up. The pause is happening before Sub Main is called. I am guessing this has something to do with loading referenced DLLs...
Back
Top