D
davem
Hello all,
This is a question about something I've run across more than once in Visual
Studio (2005).
For example, yesterday I worked on an application (vb.net) and everything
seemed to be behaving properly.
This morning, after opening up and running the app. I found the code
belonging to the a button click event was not firing. After putting a
breakpoint on the button click event and running the application, the
breakpoint never got hit.
The remedy was to copy the code inside the click event to notepad, delete
the code for the button click event, recreate the sub for the button click
event, and copy the code from notepad into the sub.
The same application had a similar problem with code in the form_load event,
recreate it, and it works.
I make sure to save my work before shutting down. Am I doing something
wrong? This is starting to become a nuisance.
Thanks in advance for any replies.
Dave M.
This is a question about something I've run across more than once in Visual
Studio (2005).
For example, yesterday I worked on an application (vb.net) and everything
seemed to be behaving properly.
This morning, after opening up and running the app. I found the code
belonging to the a button click event was not firing. After putting a
breakpoint on the button click event and running the application, the
breakpoint never got hit.
The remedy was to copy the code inside the click event to notepad, delete
the code for the button click event, recreate the sub for the button click
event, and copy the code from notepad into the sub.
The same application had a similar problem with code in the form_load event,
recreate it, and it works.
I make sure to save my work before shutting down. Am I doing something
wrong? This is starting to become a nuisance.
Thanks in advance for any replies.
Dave M.