New to vs2005 and c#.
Developed and debugged my first form (form1). All worked fine.
Closed form1.
Created a new form (form2) and now want to debug it (f5 or Debug...Start Debugging menu).
Form2 is open in the IDE and form1 is closed in the IDE. When I debug I get form1 (the closed form) and not form2.
Can someone please explain to me how to setup the IDE so that I can debug form2?
Thanks.
Developed and debugged my first form (form1). All worked fine.
Closed form1.
Created a new form (form2) and now want to debug it (f5 or Debug...Start Debugging menu).
Form2 is open in the IDE and form1 is closed in the IDE. When I debug I get form1 (the closed form) and not form2.
Can someone please explain to me how to setup the IDE so that I can debug form2?
Thanks.