When using the Silverlight 3’s Navigation Framework, you may encounter the following error:
Navigation is only supported to relative URIs that are fragments, or begin with '/', or which contain ';component/'. Find out how to solve it in the post of Gill Cleeren.
This error only appears in Silverlight 3 RTW, the previous beta versions did not have this “problem”.
Let’s take a look at what’s happening. Assume we have a Silverlight xaml file called MainPage and inside this page, we want to include navigation using a Frame.