crclayton / custom-cortana-commands-template

This is a template for how to register custom Cortana commands on Windows 10.
84 stars 56 forks source link

ntdll.dll Could not be downloaded from Symbol Server #1

Open sumedhghaisas opened 8 years ago

sumedhghaisas commented 8 years ago

Pardom my ignorance as I am very much new to this environment. I amd trying to use this templte to add commands to cortana. I installed the missing pieces as shown in the tutorial.But when I run it on Local Machine I get an error saying it was unable to download ntdll.dll from Symbol Server and to check my connection. My internet connection was working fine as another download was in progress. How do I solve this issue?

sumedhghaisas commented 8 years ago

Building in Debug configuration works but it does not add any command to cortana. I have also tried building project with your code in tutorial 1, same thing, does not add any command to cortana. I also tried running the AdventureWorks demo from windows samples, same result. Do I have to do anything other than just running the app?