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

  • Thread starter Thread starter Brett Wesoloski
  • Start date Start date
B

Brett Wesoloski

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
 
Well I created a new project and was able to change it.

Something must have been messed up with the project.

Thanks,
Brett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top