i am using silverlight 4 with vs 2010(C#)
When I Press F5(debug)First it gives me this Error
1)Unable to start debugging. The application uses a version of silverlight that isn't supported by this debugger."
and when i pres "Ok" button
it gives me 1 more error
2) Unable to attach to application iexplorer.exe(PID:2596) a debug component not Installed.Do you want to Continue anyway ?
how to get rid of it
Mamta MPosted Jan 10, 2011, 12:31 AM
One thing that happens is that whenever general Windows updates take place on the system due to automatic Windows updates, the developer runtime gets overwritten to an older version. So when your application executes, it expects the new version of the runtime which is missing so you need to make sure it exists by reinstalling the developer runtime (it's just an 8 MB file).
Get the runtime from here: http://silverlight.net