The project I am working on WPF project, and the error it gives me when trying to parse the Main xml file is:
Could not load assembly or file 'Common.Logging'.
I installed the reference to Common.Logging from NuGet, but for version 3.4 rather than the error version of 2.0.0. Is common logging not backward compatible?