inherited forms - random debugging errors

G

Guest

Hey,

I have an application that has many inherited forms from a base form.
Everything works well but every now and then when I hit "Start" VS .Net 2003
gives me errors from the inherited forms.... I need to Rebuild the Solution
and then everything is ok... does anyone knows why does this happen?

Thanks!
 
G

Guest

I have the same problem with a fairly large vb app with about 30 classes.
Classes are independant of each other except one case of a base class and
four derived classes. I F5 (start) only after trivial edits. I rebuild
after extensive edits or any change that affects classes in a major way, eg
changing a method from private to public. I think MS wants an example before
acknowledging a problem, but examples of this problem require a sufficient
degree of project complexity. In my opinion, there is a bug in build with
projects of sufficient complexity.
 

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

Top