I’m using Visual Studio to write a lot of data to a file. It’s going to be running for a long time so I just want to make sure that there isn’t going to run out of space or anything like that. Does anybody know?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not certain it’s still there, but I seem to recall at one time running into problems writing more than 2 Gig files. Two points though: 1) I haven’t used C# and/or .NET a huge amount, so it may have been just my ignorance of how to use it well, and 2) that was a while back, so even assuming it was really a limitation then, it may have been fixed since.