ByteViewer

A

arjen

Hi,

In namespace System.ComponentModel.Design there is a class called
ByteViewer. In the documentation of that class is a sample appended. When I
add the namespace to my form application I and try to reference to the
ByteViewer class I get the message that the class is not in the namespace.
That is the case when I am using Windows XP Profesional/VS 2005 and also wth
Windows 7 Ultimate/VS 2010. What is the reason of this behaviour? Anyone
knows? Thanks in advance.

Arjen
 
J

Jeff Johnson

In namespace System.ComponentModel.Design there is a class called
ByteViewer. In the documentation of that class is a sample appended. When
I add the namespace to my form application I and try to reference to the
ByteViewer class I get the message that the class is not in the namespace.
That is the case when I am using Windows XP Profesional/VS 2005 and also
wth Windows 7 Ultimate/VS 2010. What is the reason of this behaviour?
Anyone knows? Thanks in advance.

Set a reference to the System.Design assembly.
 
J

Jeff Johnson

Can you give me an example how to do that? Thank you.

In Solution Explorer, find a folder-looking icon called References.
Right-click it. You should be able to figure out the rest.
 

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

Top