Hello,
I have a performance issue when deploying my application on a computer with no visual studio installed on it.
Let me explain:
My application consist of a core developed in C++ and a IHM developed in C#, both using Visual studio 10 IDE. The core is physically connected to a test bench using a link Arinc429 and an USB A429 board.
The application setup is generated with Visual Studio.
When I deploy my application on a dev computer, with Visual Studio 10 pre install on it, all works good.
But if I deploy my application on a test computer, without Visual Studio (only redistribuable), the performance seems to be affected. The communication through the Arinc429 link takes more time, and messages are rejected by the test bench.
The problem is found on Windows Xp and Windows 7.
My question is about the impact of Visual Studio installation on a computer in terms of performance. Maybe this installation updates some system DLL (msvcp or others)?
thanks.