Click here to Skip to main content
15,881,877 members

Comments by JBoada (Top 3 by date)

JBoada 22-Dec-14 15:09pm View    
Reason for my vote of 5 \n Nice Article
JBoada 7-Aug-13 14:59pm View    
Reason for my vote of 5 \n excellent article!!!
JBoada 14-May-12 16:13pm View    
Hi everyone,

I'm having an issue using an array. I require to load a large file into an array for a third-platform, it requires that way, later serialize it to an Base64 string.

For large files, .Net shows "System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown." due to it can't create the required array.

So far, I haven't be able to load large files. Then I would need to deserialize Base64 strings (this is the response from the third-system for a request) to bytes, I assume that it is liked load a large file in an array.

so, is it possible to create large array like "dim mybytes(max.integer-1) as byte"?


Best Regards,

Juan Boada