A
Academia
I have a vs2003 project (actually 44 of them) that I want to convert to
VS2005 format.
To fix a usercontrol file I created the Designer.vb file and moved the
Inherited and Class ( change to partial class) lines to it so it started
with:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UserControl1
Inherits System.Windows.Forms.UserControl
Also moved all the entire"
'Required by the Windows Form Designer" code to it except for the New
method.
But when I open VS2005 the designer.vb file shows but not under the .vb file
node.
I think it was found in the folder but not recognized as related to the .vb
file.
Is there something else I have to do to convince VS2005 that these files go
together?
thanks
VS2005 format.
To fix a usercontrol file I created the Designer.vb file and moved the
Inherited and Class ( change to partial class) lines to it so it started
with:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UserControl1
Inherits System.Windows.Forms.UserControl
Also moved all the entire"
'Required by the Windows Form Designer" code to it except for the New
method.
But when I open VS2005 the designer.vb file shows but not under the .vb file
node.
I think it was found in the folder but not recognized as related to the .vb
file.
Is there something else I have to do to convince VS2005 that these files go
together?
thanks