I'm facing an identical error to the one shown here. I have tried to add the following lines:
<dependentAssembly>
<assemblyIdentity
name="Microsoft.DataTransformationServices.ScaleHelper"
publicKeyToken="89845dcd8080cc91" culture="neutral"/>
<bindingRedirect oldVersion="15.0.0.0" newVersion="15.100.0.0"/>
</dependentAssembly>
to DataProfileViewer.exe.config as suggested. This was not successful for me. Can someone who has had the same error and successfully implemented the solution tell me where exactly in the DataProfileViewer.exe.config they placed the code shown previously? Perhaps they can add their entire file, that would be very helpful. Thank you very much.