I've run into a head-scratcher. I have two different apps using a common Runtime deployment folder on a 64-bit machine. The first app is perfectly happy with just the client64 folder present, but the second app wanted the client32 present. I was able to clear the problem by explicitly building the second app for 64-bit, but I didn't have to do that for the first app. Any idea what would be causing this behavior?