Working with XmlXapResolver

Microsoft Silverlight will reach end of support after October 2021. Learn more.

The XmlXapResolver class is used to resolve resources that are contained in the Silverlight application’s XAP package.

The XmlXapResolver is the default resolver for XDocument, XmlReader, and XmlReaderSettings.

NoteNote:

In your Silverlight project, you must reference the .NET Framework assemblies that are installed with Silverlight, instead of those that are installed with Visual Studio.

In This Section