C
Chuck
I have a vs.net compact framework project created in 1.1
The forms are not able to be seen in the designer mode any
more. If I go into the .vbdproj project file
I see
<File
RelPath = "forms\frmUpLoad.vb"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "forms\frmUpLoad.resx"
DependentUpon = "frmUpLoad.vb"
BuildAction = "EmbeddedResource"
/>
for the forms.
I changed the SubType to Form and it didn't help.
If I add a new form they all magically come back until I
close and open the project again.
The forms are not able to be seen in the designer mode any
more. If I go into the .vbdproj project file
I see
<File
RelPath = "forms\frmUpLoad.vb"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "forms\frmUpLoad.resx"
DependentUpon = "frmUpLoad.vb"
BuildAction = "EmbeddedResource"
/>
for the forms.
I changed the SubType to Form and it didn't help.
If I add a new form they all magically come back until I
close and open the project again.