I'm using a class to hold all application settings, and XMLSerializer to save/load those settings from an XML file. Works great in one application, but in my latest one I cannot save the settings ...
I am working with a large data file (currently 4 GB - limited by the older NT 4 machine). The format of the file is tab delimited such that the first two lines contain the attributes of the data such ...