missing class

  • Thread starter Thread starter Vincent Blain
  • Start date Start date
V

Vincent Blain

System.ComponentModel.Design.ByteViewer

I'm trying to design a program to retrieve hex from a file, i keep on
getting to this reference System.ComponentModel.Design.ByteViewer, but it is
not available, does anyone know why this is, or do i need to install
something different on my system to get access to the byteviewer.

my install:

Studio.net 2003
framework 1.0 /SP2
framework 1.1
platform sdk
framework 1.0 sdk
framework 1.1 sdk

Vince
 
Hello Vince,

Thanks for your post. You will need to add reference to system.design.dll
to your project in order to get the System.ComponentModel.Design.ByteViewer
class.

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top