When running FaceOut locally, the browser opens with the grey faded background but the My Customers List does not show up. Any thoughts?
If you set a breakpoint in App.xaml.cs (in the Presentation proj) in the constructor, that would at least confirm that the SL app is being loaded (or not).
I enabled Silverlight debuggin on the Web project in the Start Options tab. When I run the debugger is not stopping at any one point. The app runs and I get the grey background but still nothing gets loaded. Should I put a break point at any particular point?
Sounds like some error might be keeping it from loading. Are you running F5 so you can see debug info? You may need to go to the Web project and ensure that Silverlight debugging is checked on the Start Options tab.