I've recently upgraded my OS to Windows 10
. I have a very basic Silverlight 5
application which gives me Unable to start Debugging. The Silverlight Developer Runtime Not Installed. Please Installed a matching version
error in VS 2010
whenever I am trying to run the project.
I have :
- Target Silverlight version is set to
Silverlight 5
in web project. - I have installed
Silverlight SDK
,Silverlight5_Tools with SP1 installed
&Silverlight Runtime
which is64-bit
.
After doing all these steps and going through many online posts, still I'm unable to resolve this issue.
My Doubts are :
- Do the
Windows 10
upgrade has anything to do with this situation? Windows 10
comes with a new browserEdge
, is this because of this browser? LikeSilverlight
compability.
Again I am not sure but these are my doubt. Any suggestions?