I have created a simple application in VS.NET 2010 for SilverLight 4.
I have the following error :
[
Microsoft Visual Studio
Unable to start debugging. The application uses a version of Silverlight that is not supported by the debugger.
OK
]
I have changed the version From
<param name=“minRuntimeVersion” value=“4.0.50401.0” />
to :
<param name=“minRuntimeVersion” value=“4.0.50524.0” />
for test.
But it did not work.
Can anyone tell me what I should do?
Thanks.