↧
Strange Exception
Thanks, turns out I had my curly braces mixed up I closed the stream inside the loop by accident, stupid mistake. =)
View ArticleStrange Exception
s33r wrote:I'm reading from a text file using System.IO.StreamReader, like soso the code button isnt doing anything but here is the code:string path = AppConfigDirectory + "\\config.ini";if...
View ArticleStrange Exception
Just try to only open the file and then read before doing any thing.You can use Stream and put the option read in Stream.You are doing somting wrong becouse it seems thatStreamReader object is going to...
View ArticleStrange Exception
I'm reading from a text file using System.IO.StreamReader, like soso the code button isnt doing anything but here is the code:string path = AppConfigDirectory + "\\config.ini";if...
View Article