MSBee RCRFX1_1 configuration file fix
On May, Jamie pointed out on CodePlex that application config file for RCRFX1_1.exe in MSBee was incorrectly named. It was named as RCRFX1_1.config but the correct naming should have been RCRFX1_1.exe.config for it to be actually processed by .Net framework.
Although we have not heard anybody having problems with the incorrect name, I have fixed the issue by renaming the configuration file, updating RCRFX1_1 executable to check presence of RCRFX1_1.exe.config instead of RCRFX1_1.exe and also updating WiX file generating MSBee installer to include new config file. Fixes are now checked in to Codeplex.