|
|
In my C# console program, I use Office Interop to open an excel application, and then save output in an excel file. However, because the interaction with excel takes a few minutes, and eventhough i used sleep times to wait for the excel to complete the operation, the program crashes the first time it is launched, but subsequent times it runs successfully.
Does anyone know how to get around with this? Thank you!
|
|
|