|
-
November 24th, 2009, 03:52 AM
#1
StreamReader and DataSet population
I have a class in my project which is an object for Microsoft report viewer dataset.
The object is loaded by the report and displayed properly if manually loaded by rows.add() method.
When I use a streamreader object to read a text file and populate the report in the class contructor , the data gets loaded, but the IDE becomes unstable. After stopping the debugging if we try to view the datasourse tab IDE will show a box saying that the data sourse text file was not found in Visual studio directory. if we comment the streamReader part again it will be ok but data cannot be populated then.
Any clue?
Thanks
Roy Thomas
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
|