Hello sir, when I used the DDL module to read the project file, I got the prompt: error reading file. Details: The array dimension exceeds the supported range. What is the possible reason for this?
Thanks for your enquiry. The error message occurs in a DLL application when a very large array is being created. C# will limit array sizes to 2 GB, so an array that takes up more memory than that will produce an exception. If you can, please send us your DLL module code and the .rwb project file you are reading into your DLL app. You can send these to support@isograph.com.
Hello sir, when I used the DDL module to read the project file, I got the prompt: error reading file. Details: The array dimension exceeds the supported range. What is the possible reason for this?
Thanks for your enquiry. The error message occurs in a DLL application when a very large array is being created. C# will limit array sizes to 2 GB, so an array that takes up more memory than that will produce an exception. If you can, please send us your DLL module code and the .rwb project file you are reading into your DLL app. You can send these to support@isograph.com.