V
VJJ
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, but the program crashes the first time it is
launched by throwing "Application is busy" error , but subsequent times it
runs successfully.
Appreciate if anyone has a work aound with this..
Thank you!
VJJ
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, but the program crashes the first time it is
launched by throwing "Application is busy" error , but subsequent times it
runs successfully.
Appreciate if anyone has a work aound with this..
Thank you!
VJJ