G
Guest
I have a Studio issue where I have a base Form - FormA. FormB inherits from
FormA. I have a property or a control in FormB called Prop1 that was NOT
inherited from formA.
Sometimes, when I edit a completely unrelated class, I get the following
build error:
Name Prop1 is not declared.
The file name is the file for FormB.
If I close the solution and open the solution back up, everything compiles.
This occurs even without ever touching the source for FormA or FormB.
Recreating the formB doesn't fix the issue either.
Does inheritance just not work that reliably in .Net 2003?
FormA. I have a property or a control in FormB called Prop1 that was NOT
inherited from formA.
Sometimes, when I edit a completely unrelated class, I get the following
build error:
Name Prop1 is not declared.
The file name is the file for FormB.
If I close the solution and open the solution back up, everything compiles.
This occurs even without ever touching the source for FormA or FormB.
Recreating the formB doesn't fix the issue either.
Does inheritance just not work that reliably in .Net 2003?