You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sutek...@googlegroups.com
I made some changes to the build server the other day but unfortunately it seems the TeamCity build agent doesn't have permission to compile views. I am looking into this now.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sutek...@googlegroups.com
Fixed :)
I had changed the TeamCity build agent to run under a different user account, but it needed write access to the 'Temporary ASP.NET Files' folder in order to compile views.
Unhelpfully, the error message was 'The current identity does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files' when actually the problem was that it didn't have access to C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files