C
Charles Law
I have a project which contains several user controls, which are nested, for
example MyMainControl, MyControlA. MyControlB. So, MyMainControl has a
MyControlA and MyControlB on it.
When I created the project, I created MyControlA and MyControlB first, and
then built the project. Thereafter, I could drag these onto MyMainControl
and set properties, etc.
As we all know, there is frequently the need in the VS.NET IDE to delete the
bin and obj directories to overcome some nasties. However, having just done
that, I can no longer build my project because it does not exist, and it
effectively contains self-references.
Have I just blown up my project, never to build again, or is there some way
round this?
TIA
Charles
example MyMainControl, MyControlA. MyControlB. So, MyMainControl has a
MyControlA and MyControlB on it.
When I created the project, I created MyControlA and MyControlB first, and
then built the project. Thereafter, I could drag these onto MyMainControl
and set properties, etc.
As we all know, there is frequently the need in the VS.NET IDE to delete the
bin and obj directories to overcome some nasties. However, having just done
that, I can no longer build my project because it does not exist, and it
effectively contains self-references.
Have I just blown up my project, never to build again, or is there some way
round this?
TIA
Charles