program seems to be running compiled code not in debug WAS Applicaiton.Run

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

    program seems to be running compiled code not in debug WAS Applicaiton.Run

    Ok in trying to figure out why I could not change teh Applicaiton.Run I
    found something else that is probably causing it.

    I left the program as

    Application.Run (new Login());

    then in the login form I change some code to bring up a new form. Well that
    is not working either. The program is in debug mode. But it seems to be
    running the compiled code.

    Any idea's on this one?

    TIA,
    Brett


  • Brett Wesoloski

    #2
    Re: program seems to be running compiled code not in debug WAS Applicaiton.Run

    Well I created a new project and was able to change it.

    Something must have been messed up with the project.

    Thanks,
    Brett
    "Brett Wesoloski" <brett.wesolosk i@kcc.omwrote in message
    news:12jus69ml3 ddm12@corp.supe rnews.com...
    Ok in trying to figure out why I could not change teh Applicaiton.Run I
    found something else that is probably causing it.
    >
    I left the program as
    >
    Application.Run (new Login());
    >
    then in the login form I change some code to bring up a new form. Well
    that is not working either. The program is in debug mode. But it seems
    to be running the compiled code.
    >
    Any idea's on this one?
    >
    TIA,
    Brett
    >

    Comment

    Working...