visual studio - Deploying to Azure: "Access to the path ... msshrtmi.dll is denied" -
i have long-standing azure project built in vs2012 against azure sdk 2.4, , attempting migrate vs2015 , azure 2.7. able build project , run locally, when attempt deploy fails following error:
access path 'c:[user folder]\appdata\local\temp[random chars]\roles[solution]\base\x86\msshrtmi.dll' denied
when attempt view containing folder doesn't exist... perhaps removed after publish failure? i've found msshrtmi.dll within solution folders, , have tried changing platform targeting has been claimed other msshrtmi.dll issues, of seem fails @ build time not publish time.
i've re-built new azure solution , imported web role project , same result. i've never had delve deep in vs configuration/build/deploy world before , hoping can point me in right direction.
thanks in advance help!
i had same exception. resolution workaround given me microsoft azure tools team - package or publish on 64-bit machine. vm 32-bit. packaged on 64-bit machine, error went away , publish once again.
the same team members said issue fixed in azure 2.7.1 release around end of august.
Comments
Post a Comment