I am getting run time error from one of the projects which is not an MVC project. I recently upgraded .net framework from 4.0 to 4.5.2 and am building the solution for deployment using MS Build 12.0. The solution builds just fine but am seeing the above exception when I run the service which has no reference to the said assembly.
The project is run as a windows service which uses windows workflow foundation to run some rules. I don't have IIS enabled on the target server and the web related dlls haven't been deployed as well