Cross Domain Error Fix for Silverlight
The easiest/quickest way to fix a cross domain error is to create a test website to host your Silverlight application. When you hit F5 to debug the application, it will run the development server and the address bar will say http://localhost:xxx/blahblah. This will prevent a cross-domain error. If you try to run it using an [...]
