I could not find the answer to this exact question, but there are related ones.
We have a BIG WinForms application that is compiled to use .NET 4. However, some of the DLLs that we call and all third-party controls are compiled to use .NET 2. Obviously this works, but are there any negative issues with performance because of this scenario, and if everything used .NET 4, it would be faster.
I am not trying to optimize micro, but if I can get a small / small boost by simply recompiling what I have the source code, I am ready to make an effort if there is a win.
Scott wylie
source share