I recenlty updated my TeamCity to the newest Version. (10.0 build 42002)
Since then the build agent can't build any of my projects.
The agent tells me the following:
Unmet requirements: DotNetFramework4.0_x86 exists
To solve this problem I already did what was suggested in this stackoverflow question: TeamCity Agent Missing DotNetFramework4.0_x86, but not?
Sadly it doesn't work. So I looked at the log files but didn't find anything weird. Then I looked at the agent configuration paramets. I found this:
DotNetFramework4.6.01055_x64_Path C:\Windows\Microsoft.NET\Framework64\v4.0.30319
DotNetFramework4.6.01055_x86_Path C:\Windows\Microsoft.NET\Framework\v4.0.30319
DotNetFramework4.6_x64 4.6.01055
DotNetFramework4.6_x64_Path C:\Windows\Microsoft.NET\Framework64\v4.0.30319
DotNetFramework4.6_x86 4.6.01055
DotNetFramework4.6_x86_Path C:\Windows\Microsoft.NET\Framework\v4.0.30319
As you can see the .NET 4.0 Framework is mapped to DotNetFramework4.6. For me this seems to be the problem.
Has someone an idea what I can do to fix this?