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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top