Actually, I did get fuslogvw running quickly once I remembered to run the exe as admin. No HKLM editing like I remembered.
Calling assembly : Azure.Storage.Blobs, Version=12.10.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8. : LOG: Assembly Name is: System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 WRN: Comparing the assembly name resulted in the mismatch: Revision Number ERR: The assembly reference did not match the assembly definition found. : Calling assembly : Azure.Core, Version=1.19.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8. The weird thing is that my solutions have no redirects or build warnings and they run in debug and release okay. When I copy the binary outputs over to the Python folders it fails because the Extensions file is actually file 4.6.28619.1 assembly 4.2.0.1. *Greg*