visual studio 2012 - VS2012: Access to path is denied when executing publish -


when trying publish application (a wcf service specifically) in vs2012, error stating: "exception in executing publishing: access path [path] denied." file referenced publish profile i'm trying execute , type ".pubxml"

i've used sysinternals process explorer check if process has file locked, i've closed vs2012 , reopened administrator rights, , have rebooted pc.

this same issue described here: vs2012 error when creating publish package: exception in executing publishing access path denied , i'd rather comment on question asking if ever found solution unfortunately don't have comment rights yet.

edit ------

i'm using visual studio 2012 ultimate update 2 (11.0.60315.01 update 2)

i had same issue crop up.

the reason why because files read only. browse folder profiles kept, select them all, , drop click on checkbox:

enter image description here

this caused profiles being checked source control without knowledge.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -