Exception when read Excel: Job stopped with an unexpected exit code: 0xE0434352

Hi!
I must read Excel-file in DataTable.
The file has 390 columns, 200000 records and size 200MB.
Use Read Range in Excel Scope Application but get error:
RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352

How I can read this big file? Can I use Invoke code for read?
And can I get an example of a code for getting a datable from Excel on c# or vb.net?
I use Excel activities 2.9.5

Have you seen this workaround from aaydin?