|
-
July 16th, 2005, 03:19 PM
#1
StreamReader problem
I have .net 2003
in my code
if I use
StreamReader dataInput =new StreamReader(c0Name), I will get error
Type or namespace streamreader could not be found
if i use
System.IO.StreamReader dataInput =new System.IO.StreamReader(c0Name)
It works,
I remember, i my previous project i do need to include the System.IO in my code.
THX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|