ByteViewer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the ByteViewer class. I have .Net Framework 1.0.3705
installed on my computer. I copied the Microsoft example,
http://msdn2.microsoft.com/en-us/library/hastbxch(en-US,VS.80).aspx to my
project. It could not find ByteViewer class.

Most of the articles I read, said that ByteViewer class is available in .Net
framework version 1.0 onwards.

Any thoughts? Help?

Thanks for the help.

Regards,
Paddy
 
Add a reference to System.Design and System.Drawing and you should be able
to move forward. Even I got the error you mentioned. Adding a reference to
System.Design removed this problem. (Right click on Project> Add Reference
and select System.Design and System.Drawing)


Regards
Vipul Patel
C# MVP
 
Thanks, Vipul. Your suggestion worked.

By any chance, do you know how to make it editable and change the line
numbers to decimal?

Thanks, again.

Regards,
Paddy
 

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

Similar Threads


Back
Top