This thread is old but the problem still exists:
System.OverflowException: The value is too big or small for an Int32.
bij System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
bij SetupWizard.Form1.get_volume_info(Int32 len, SByte* buf_p, SByte* rcv_buf)
bij SetupWizard.Form1.send_get_raid_info_pkt()
bij SetupWizard.Form1.form_trans(Int32 Step)
bij SetupWizard.Form1.backgroundWorker_set_info_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
bij System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
bij System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg).
This bug occurs due to the overflow of an Int32 value because this value is not able to address a 3TB disc properly; it should have been an Int64 value instead.
Please advice how to register my device to the cloud properly.
Kind regards,
Spooky.