On a recent episode of dotnetrocks (episode #404) they mentioned that a lot of Visual Studio issues could be reduced if you set the platform target to be x86 instead of 'anycpu'. I did a few google searches and couldn't find anything about it.
At my company we have a mix of x86 and x64 developer machines. There are some issues with losing references of third party components installed under 'program files (x86)' vs 'program files' when switching back and forth between the developers on different machines.
Would switching to target x86 machines fix this issue with 'program files (x86)'?
Also are there sites or posts I can read more about this? ( I couldn't find any!)