2 posts / 0 new
Last post
tutu10
The Windows SDK version 10.0.10586.0 was not found
I was following the PC SDK getting started guide, and progressed relatively smoothly until I tried to run the demos in the samples file Samples/Projects/Windows/VS2015/Samples.sln in Visual studio 2015. I encountered the error "The windows sdk version 10.0.10586.0 was not found." I followed the steps to correct it in the guide as well: I followed the instructions: edit Project Properties → General → Target Platform Version and changed the version to 10.0.15063.0, which was the windows 10 SDK on my computer. However, with this, the same exact error remained, "The windows sdk version 10.0.10586.0 was not found." So I went even farther, going into the Windows10SDKPaths.props file, and changed all 6 instances of 10.0.10586 to 10.0.15063. However, the same exact error popped up once again. I've tried closing Visual studio and restarting my laptop between steps, however, the result is still the same.  Can you please advise on how to fix this? Thanks in advance.

lcollins
Hi, Did you ever get this working? Where did you get the samples from, was it C:\Program Files (x86)\Plantronics\Spokes3G SDK\Samples? And which specific one were you trying? Our recommended samples are at: https://developer.plantronics.com/article/softphone-integration-code-samples Deployment options are at: https://developer.plantronics.com/softphone-integration-api-overview#DeploymentOptions We also have a C# design pattern of putting all the integration code in a separate thread: https://developer.plantronics.com/article/advanced-sdk-topic-ensuring-resilience-plantronics-com-api Thanks, Lewis

Add new comment