Hi Scott
I am amused, but I see only part of the configuration of what you have listed. Is there any other configuration file as well?
This is what I have in my configuration file:
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="PFiles\MSCRM\Setup;PFiles\MSCRM\Tools;PFiles\MSCRM\Server\bin;GAC;wwwroot\bin;Setup;Tools;sql\4.0\Bin;Reports"/>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Crm"
publicKeyToken="31bf3856ad364e35"
culture="neutral" />
<bindingRedirect oldVersion="4.0.0.0-6.0.0.0"
newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Crm.Sdk"
publicKeyToken="31bf3856ad364e35"
culture="neutral" />
<bindingRedirect oldVersion="4.0.0.0-6.0.0.0"
newVersion="6.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<assemblyDependencies>
<add key="MicrosoftCrmReportingDll"
value="Reports\Microsoft.Crm.Reporting.dll" />
<add key="MicrosoftCrmReportingServicesDll"
value="Reports\Microsoft.Crm.ReportingServices.dll" />
<add key="MicrosoftCrmObjectModelDll"
value="GAC\Microsoft.Crm.ObjectModel.dll" />
<add key="MicrosoftCrmPlatformSdkDll"
value="GAC\Microsoft.Crm.Platform.Sdk.dll" />
<add key="MicrosoftCrmMetadataHelperDll"
value="GAC\Microsoft.Crm.MetadataHelper.dll" />
<add key="MicrosoftCrmMetadataServiceDll"
value="wwwroot\bin\Microsoft.Crm.MetadataService.dll" />
<add key="MicrosoftCrmEntitiesDll"
value="GAC\Microsoft.Crm.Entities.dll" />
<add key="MicrosoftCrmSetupDiffBuilderDll"
value="sql\4.0\Bin\Microsoft.Crm.Setup.DiffBuilder.dll" />
<add key="MicrosoftCrmUpgradeCustomization"
value="sql\4.0\Bin\Microsoft.Crm.Upgrade.Customization.dll" />
<add key="MicrosoftCrmApplicationUpgrade"
value="sql\4.0\Bin\Microsoft.Crm.DataUpgrade.dll" />
<add key="MicrosoftCrmPlatformServer"
value="GAC\Microsoft.Crm.Platform.Server.dll" />
<add key="EnvironmentDiagnosticsChm"
value="EnvironmentDiagnostics.chm" />