Advanced Forum Search Results
-
Thanks B, that did the trick, although I had to reference the control with
var slPlugin = document.getElementById("silverlightControl");
-
I've been through the labs that show how to call a Silverlight method in code from the brower, the main hook being the following code
function callSilverlight()
{
var slPlugin = ...
-
I had the same issue that raguirre mentioned previously, the AG_E_RUNTIME_MANAGED_ASSEMBLY_DOWNLOAD ErrorCode: 2252 error, but only in Firefox, and only when uploaded to my web host.
I got around this by putting the silverlight assembly in the same folder as the Page.xaml file and HTML host page, not in the default ClientBin folder. The path in ...