I build my .net projects through Jenkins. There is one project, that fails very random with this exception:
warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found.
I have VisualStudio 2012 installed on a build machine and I have other projects that use .net 4.5 and they build without problems. Has anyone dealed with this?
Thanks, J