I've developed an application in Visual Studio 2010
but I used the VS 2012
to create the
Setup Installer
. It's working perfect
when running it on Visual Studio 2012
, no errors at all.
Detail: I builded this when I used win7, now i'm using windows 8
But when I install the application and try to run it, when it tries to overwrite the app.config
file it throws the exception. I already tried to give permission by RightClick - Security tab
but didnt solve the problem. I found THIS thread that looks like my problem. But didnt worked... All I have on my app.config
is the connections strings. What may it be?
UPDATE
I gave permissions to Users/PC1
in each file.cfg
and to the whole folder that the files are in.
And now it seens that it worked, but what may I do to do not need do all of this to run the applpication ? I want to install without needing to give permission to the folders and files. (It's a win8 complications... -.- ).