Advanced Forum Search Results
-
If you have installed IE 8 beta2, the "Developer Tools" can also debug JavaScript code.
-
Your code is for Silverlight 1.0, and it works fine in my local.
Can you verify that whether you have installed the latest version of Silverlight? Can you open some other websites successfully which is using Silverlight?
-
You have a white space at the end of the namespaces, remove it and then try again.
Change: xmlns="http://schemas.microsoft.com/client/2007 "
To: xmlns="http://schemas.microsoft.com/client/2007"
Change: xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml "
To: ...