At the moment I'm setting up a new project on my TeamCity server, which should simply build and execute a C# application.
The application needs access to a network drive for the execution, so the path to the network drive is passed as argument. The build step works well, but I get a 'System.UnauthorizedAccessException' according to the path of the network drive, after executing it. The TeamCity account has administrative priviliges and everything works well if I start it manually.
So, I assume my user account or the build agent still does not posses administrative priviliges? Do I have to set more specific settings at my TeamCity server?
Sorry if this post is a repetition, but among others, this post [0] does not worked for me. Any ideas? Thx a lot in advance!
[0] how to run visual studio or nunit as administrator from teamcity