My Windows application is deveoped on .NET 2.0 Framework and is build using 'Any CPU', development enviroment is 32-bit OS + Visual Studio 2005.
Now I am deploying this application on 64-bit processoer + 64-bit OS it is running slow.
But if I build using x86 (32 bit), it is working fine without any issue on a 64-bit processor + 64-bit OS.
I have third-party components like DevExpress, Janus, txtext, ComponentOne Zip, etc.
Why is it running slow?