Like weiser said, just adding the System.Xml.XPath reference typically works!
As he said, it's typically located here: __C:\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client __
However, it can cause problems. The only problem I ever found was the inability to navigate to a page inside a class library, using the /Namespace;component/Page.xaml format. This problem exists if...
As he said, it's typically located here: __C:\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client __
However, it can cause problems. The only problem I ever found was the inability to navigate to a page inside a class library, using the /Namespace;component/Page.xaml format. This problem exists if...
- You have the System.Xml.XPath in the given class library
-
You try to navigate to a page inside that class library.