I have a remote agent running on the 64-bit machine, installed as a Windows service. When I compile a C# project by MSBuild it writesthe file
c:\Windows\SysWOW64\config\systemprofile\AppData\Local\Temp\.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
However it tries to read the file
c:\Windows\System32\config\systemprofile\AppData\Local\Temp\.NETFramework,Version=v4.6.1.AssemblyAttributes.cs
Hence, the build fails. I have a 64-bit JRE8. What might be the source of the problem?
Hello,
Problem is LOCAL SYSTEM accout in setup with different prfile directories
It might give you a little light:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.