SilverLight undentified error !
Closed this issue · 1 comments
valentinoNguyen commented
Hi MrSwitch ,
I'm really excited in this project , I try to build it in my asp.net page , but when I run page , I got this error :
"Microsoft JScript runtime error: 'Silverlight' is undefined"
in the line : document.getElementById("holder").innerHTML = "Ouch this browser doesn't support FileReader or the shim. " + (!Silverlight.isInstalled() ? "
Please install Silverlight" : "");
It does not work on IE anymore :( Sorry, I'm new , please tell me how to solve that !
Thanks in advance !
valentinoNguyen !
MrSwitch commented
Sorry for the belated response, your browser environment would need to have Silverlight installed for this to run. There's not a lot we can do if its not installed, besides prompt the user to go install it.