I have recently installed TeamCity for continuous integration and I am at a point before anything commited in SVN gets into queue in TeamCity.
Researching a bit, I found that I need an Agent
to build. Now I have created an agent but I still get Warning: No enabled compatible agents for this build configuration. Please register a build agent or tweak build configuration requirements.
error when I try to build my project.
I went into my Agents page , my newly created agent is still under the incompatible agents
list with Unmet requirements: DotNetFramework4.0_x86 exists
(I think which means I need this DOtNetFramework installed on my server) and I can't delete this requirement so I suppose this needed to be added considering my server is Windows Server 2008 R2
.
I have tried installing Microsoft .NET Framework 4
but that didn't help.
Can anyone please help in fixing this requirement error please.
Thanks in advance