We have a mvc3 / dotnet4 project, which consumes DCOM (c ++) servers through intertops.
Both DCOM (c ++) servers and the mvc3 (c #) project were compiled with visual studio 2013.
The projects have been migrated to visual studio 2015.
In windows 2012/8 onwards, everything works perfectly.
But in windows 2008r2 (x64), when trying to load the system made in mvc3 (c #) dotnet4, the error occurs:
System.Web.resources.dll not found.
We could not find the problem, we already updated windows 2008r2 with all the updates, we installed the visual c redist 2015, restarted the server, and nothing.
Has anyone ever had a similar problem?