W
Wayne Wengert
I am trying to run a sample from the on-line help and I am getting the error
below on this line of code
Dim writer As TextWriter = New StreamWriter(filename)
The error is:
Type 'TextWriter' is not defined.
I've imported
Imports System.Xml.Serialization
Imports System.IO.TextWriter
Imports System.IO.StreamWriter
But is is still an undefined type? What namespace is that in? The Help
points to the ones I've already included?
below on this line of code
Dim writer As TextWriter = New StreamWriter(filename)
The error is:
Type 'TextWriter' is not defined.
I've imported
Imports System.Xml.Serialization
Imports System.IO.TextWriter
Imports System.IO.StreamWriter
But is is still an undefined type? What namespace is that in? The Help
points to the ones I've already included?