Hello,
Essentially My C# application uses calculations within Excel to drive a lot of processing.
Currently this application was deployed on VMWare virtual slices . These slices are more or less similar to teh desktop configuration.
However we are noticing that excel interaction (opening ) via the C# application is taking more time in the VDE slice compared to the desktop. There is no difference between the code in the 2 environments.
I read somewhere the excel "connects" with the default printer when it starts up. I tried ensuring to make the default printer as Microsoft XPS document writer. However the results are still the same. Needless to say any help/insight would greatly be appreciated.
Mithun