T
Tore Gylver
I had a windows form named "FormOrdersList" that I
deleted from the .net project. During the deletion i was
asked wether I wanted to update something on the very
same form (I dont remember what it was) and I just
clicked "yes" which I believed to be the default.
Then I tried to add an inherited form with the
name "FormOrdersList". I get the response that
FormsOrderList cannot be added because it exists in the
project from before.
I then try to add a normal (not inherited) windows form
named "FormOrdersList". This works fine as well as
deletion.
But when I try to add "FormOrdersList" as inherited form
again I get the respons that the form exists in the
project and cannot be added. What can I do to remove all
garbage in the .net project for the old form??
Regards
Tore
deleted from the .net project. During the deletion i was
asked wether I wanted to update something on the very
same form (I dont remember what it was) and I just
clicked "yes" which I believed to be the default.
Then I tried to add an inherited form with the
name "FormOrdersList". I get the response that
FormsOrderList cannot be added because it exists in the
project from before.
I then try to add a normal (not inherited) windows form
named "FormOrdersList". This works fine as well as
deletion.
But when I try to add "FormOrdersList" as inherited form
again I get the respons that the form exists in the
project and cannot be added. What can I do to remove all
garbage in the .net project for the old form??
Regards
Tore