R
Ron M. Newman
Hi,
My app has a config file that's saved as binary.
Creating it works.
Reading it works.
Overwriting it simply doesn't work and doesn't even throw an exception.
This is what I use: It works for the initial creation but not for
overwriting!
stream = new FileStream("MyApp.configuration",
FileMode.Create,
FileAccess.Write);
Any ideas?
Thanks
Ron
My app has a config file that's saved as binary.
Creating it works.
Reading it works.
Overwriting it simply doesn't work and doesn't even throw an exception.
This is what I use: It works for the initial creation but not for
overwriting!
stream = new FileStream("MyApp.configuration",
FileMode.Create,
FileAccess.Write);
Any ideas?
Thanks
Ron