After installing silverlight 3 from silverlight 3 Beta, the Frame control doesnt seem to work any more... is this corrent.. I get no error and no navigation..
<navigation:Frame x:Name="Frames" Source="Home" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch">
<navigation:Frame.UriMapper>
<navcore:UriMapper>
<navcore:UriMapping Uri="Home" MappedUri="/Views/Home.xaml" />
</navcore:UriMapper>
</navigation:Frame.UriMapper>
</navigation:Frame>