Windows Azure SDK 2.0 and old runtime assemblies in GAC -


i've installed windows azure sdk 2.0 , started migrate project. after installation of 2.0 uninstalled items 2012-10 (the previous version) programs , features (my environment win8 pro + vs2012 sp2).

i expected when open project references old version of microsoft.windowsazure.serviceruntime see broken references, able find them , replace latest version. old versions of microsoft.windowsazure.serviceruntime remained in gac (1.7 , 1.8) projects still compile. trying uninstall old assemblies gac i'm getting access denied.

i believe able remove them somehow question - did remain there intentionally? need these old versions something?

if have no projects rely on older versions, feel free remove. have tried uninstalling old sdks. if have, , old assemblies still remain then:

you should able remove old version doing following:

  1. open elevated cmd prompt (run administrator)
  2. gacutil.exe -u microsoft.windowsazure.serviceruntime.dll

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -