|
|
|
|
|
|
Visual Basic .NET and XML: Updates |
|
|
|
|
|
|
|
|
- August 22, 2002
-
Jorgen Nielsen had trouble using the GetImage web service method in Chapter 8. The latest version of VB .NET doesn't recognize the name space "System.Drawing." Coauthor Brian Hochgurtel has this workaround:
This example originally worked without any extra steps when Rod and I were working with Beta versions of .NET for the book. Now with my release version I find I have the same problem, but I have found a solution for you.
On the project menu select Add Reference, and if you look on the list in the dialogue you'll find System.Drawing and System.Drawing.Imaging. Highlight each one and then click Select. These will now be part of your project and you'll find that VB.NET now recognizes the namespace.
|
|
|
|
|
Visual Basic .NET and XML: Updates |
|
|
|
|
|
|
|
|
|