You receiving this error every time you try to access the browsers DOM?
If you would like to enable your Silverlight application to have access to your browser DOM you can do so through the parameter called EnableHtmlAccess
<param name="enablehtmlaccess" value="true"/>
Add that parameter on your HTML for the Silverlight parameters and you’ll get access to the DOM.
Cheers
Al


