TeamCity 7.1.x Windows Server 2012 compatibility and netframework_x86 build requirement
I have a Windows Server 2012 instance that is x64 and installed TeamCity 7.1. The initial configuration of TeamCity is flawless, but when I attempt to create a build configuration with a .NET Visual Studio 2012 solution, the agent is shown as incompatible where the netframework_x86 cannot be met.1) Does this require that I install the x86 version of the 4.x framework onto the teamcity server?2) Can the workaround that is discribed in other posts in this forum for Windows 2008 R2 be applied successfully?Thanks,
Please sign in to leave a comment.
Hi
Could you please post teamcity-agent.log file from this build agent.
Attachment(s):
teamcity-agent-logscreenshot.docx
Hi
In the log I see Access denied errors.
TeamCity build agent is designed to dynamically download components from a server and upgrade its plugins on the fly.
Please update file permissions to allow an account used by agent process to modify files inside D:\TeamCity\buildAgent directory.
We do not require administrative rights over whole machine.
The account should have Run as a service previlege, and have Modify permissions over its directory in the file system.