Visual Studio output file permissions?
Posted
by
uray
on Stack Overflow
See other posts from Stack Overflow
or by uray
Published on 2010-07-22T19:31:35Z
Indexed on
2010/12/29
21:54 UTC
Read the original article
Hit count: 179
I'am using Visual Studio 2010, how to set or automatically change owner of the output file from Visual Studio (such as executable file) to user other than administrator?
all output files currently is owned by Administrator (due to Visual studio is launch by administrative privilege), so sometime I can't delete those files due to access permissions.
sometime visual studio itself can't delete it too (after i ran the executable) until few minutes, its really annoying when I need to rebuild those executable. anyone know what's the actual problem here?
error message is : error LNK1168: cannot open [path to file].exe for writing
© Stack Overflow or respective owner