c# - Updated to VS 2015, Azure 2.7, publish fails 'Access to path ... denied' -


i have cloud service project 3 worker roles. (vs 2013, azure 2.5) published fine. when vs 2015 available, installed on clean vm , installed azure 2.7. promoted old solution , can build , run locally fine. can build cloud service project. when try publish or package, following error , build fails.

error:

access path 'c:\users[username]\appdata\local\temp\3xhd2e4m.wlw\roles[rolename]\base\x86\msshrtmi.dll' denied. c:\program files\msbuild\microsoft\visualstudio\v14.0\windows azure tools\2.7\microsoft.windowsazure.targets 3003

when go temp - there no directory corresponding 3xhd2e4m.wlw.

my resolution attempts far include:

removing worker roles solution , trying publish - fails same error remaining project. removed read-only temp tried set build x64 need since blocking deployment , testing.

i have same problem. according answer in post (deploying azure: "access path ... msshrtmi.dll denied"), problem related issue azure sdk 2.7 , solved in version 2.7.1, supposed released shortly.

the problem occurs when try publish 32-bit machine. changing 64-bit machine should work.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -