Memo on fix Microsoft.Media.AdaptiveStreamingClient reference error in VS2012


On the fresh Windows 8 + VS2012 machine, Hunter opened a javsscript VS2012 project that referenced to "Microsoft.Media.AdaptiveStreamingClient, Version=1.0" . The project's References to "Microsoft.Media.AdaptiveStreamingClient, Version=1.0" was not exit.

Hunter fixed this Reference error by Installing the  "Smooth Streaming Client SDK" in Online/Visual Studio Gallery (VS2012->Tools->Extensions and Updates... ) .


Hunter record all the steps here.

  1. Download and install SmoothStreamingClient.exe. There will be a new SDK in "C:\Program Files\Microsoft SDKs\IIS Smooth Streaming Client". It does not fix the problem.
  2. Download and install MicrosoftSmoothStreamingClient2.0.msi. Get the same result.
  3. Download SmoothStreamingClientSDK_1.0.111.13.vsix. I don't know how to install it.
  4. Install "Visual Studio 2012 Update 1", the updated VS2012 has the same reference error.
  5. Open the "Extensions and Updates" (VS2012->Tools->Extensions and Updates..). Search "stream client" in the Online/Visual Studio Gallery. Find the "Smooth Streaming Client SDK". Install it to fix the Reference error.
  6. Done!

你可能感兴趣的:(Visual,Studio)