R
Rich
I am getting this error:
"The type or namespace name 'Browsable' does not exist in the class or
namespace 'System.ComponentModel' (are you missing an assembly
reference?)"
When I am trying to build my Pocket PC application. The class that is
throwing this error is the .cs class that is generated by the data set
generator tool on this line :
[System.ComponentModel.Browsable(false)]
I'm not sure why it would be failing sine the code is generated.
I am using VS .NET 2003 and Windows Vista.
Any help would be greatly appreciated.
Thank you,
Rich
"The type or namespace name 'Browsable' does not exist in the class or
namespace 'System.ComponentModel' (are you missing an assembly
reference?)"
When I am trying to build my Pocket PC application. The class that is
throwing this error is the .cs class that is generated by the data set
generator tool on this line :
[System.ComponentModel.Browsable(false)]
I'm not sure why it would be failing sine the code is generated.
I am using VS .NET 2003 and Windows Vista.
Any help would be greatly appreciated.
Thank you,
Rich