Hi guys
I am beginner in C# programming. Have a small program running perfectly. It handles csv data files, sizes are increasing. At one point I got "out of memory exception..." problem. I read somewhere that C# handles only about 2GB memory, but with some codes (tricks) it can be increased. (maybe I misunderstood it)
I would like to know if I can have C# handling a higher level of RAM, which I do have in my PC.
Thanks for any help
I am beginner in C# programming. Have a small program running perfectly. It handles csv data files, sizes are increasing. At one point I got "out of memory exception..." problem. I read somewhere that C# handles only about 2GB memory, but with some codes (tricks) it can be increased. (maybe I misunderstood it)
I would like to know if I can have C# handling a higher level of RAM, which I do have in my PC.
Thanks for any help