Hi,
I have a silverlight control hosted in a custom silverlight web part in SharePoint 2010. It works well.
I tried checking the "Reduce XAP size by using application library caching" in my silverlight project properties and rebuilding and redeploying. When I do that the silverlight control does not appear.
Running in the VS debugger does not trap any error and the breakpoints do not set in silverlight (no symbols have been loaded for this document), even after a full rebuild. (This normally works with the option 'Reduce XAP size ..' unchecked)
Where can I find the error? My silverlight unhandled exception handler is not being invoked and I suspect that the silverlight control is not even loading correctly.
macrel