How to replace one dll in deployed azure worker role to modified version? -


i need replace 1 dll-file in deployed azure worker role 1 modified, because role contains bug , don't have release tag. i'm trying via rdp, when i'm trying copy new dll approot folder vm tells me old dll file open in program , can't replayced.

this isn't idea. should repackaging deployment , performing update. attempting via rdp may replace file, if role goes down or gets moved when windows azure bring role change gone since redeploy last package knew about, you'd dll bug in it.

as why telling open because worker role actively using likely. you'd have stop worker role process able replace it. best option still perform update of whole package.

you can see documentation more information how updates occur: http://msdn.microsoft.com/en-us/library/windowsazure/hh472157.aspx


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -