Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight 5.0 debugging issue on Windows 10

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 :

  1. Target Silverlight version is set to Silverlight 5 in web project.
  2. I have installed Silverlight SDK, Silverlight5_Tools with SP1 installed & Silverlight Runtime which is 64-bit.

After doing all these steps and going through many online posts, still I'm unable to resolve this issue.

My Doubts are :

  1. Do the Windows 10 upgrade has anything to do with this situation?
  2. Windows 10 comes with a new browser Edge, is this because of this browser? Like Silverlight compability.

Again I am not sure but these are my doubt. Any suggestions?

like image 262
GThree Avatar asked Jul 31 '15 16:07

GThree


2 Answers

Do you have a 64 bit OS ? If so - uninstall Silverlight (developer!) and make sure you install the silverlight.exe (developer!) not the 64 bit version. That worked for me. HTH

like image 170
Guy Cohen Avatar answered Sep 21 '22 01:09

Guy Cohen


Go to the properties of the Web folder start project. Click Web on the left tab. Unclick Silverlight in the debuggers.

Not a total solution but at least it allows you to debug other portions.

like image 36
Regino Sanchez Avatar answered Sep 22 '22 01:09

Regino Sanchez