In Windows Presentation Foundation (WPF), uniform resource identifiers (URIs) are used to identify and load files in many ways, including the following: Specifying the user interface (UI) to show when an application first starts. Loading images. Navigating to pages.
A WPF Browser application is an app that runs in-browser as an XBAP (Xaml Browser Application). You can find a little more information on the uses and reasons to use XBAPs here. This thread on MSDN might help also. Show activity on this post.
Application Pack means the object code software utility release(s) that are designed to work with the Software that may be, in Blackboard's sole discretion, issued in between Updates, designated by AP#, and/or later incorporated into Updates or Upgrades.
The site of origin is the location (i.e. the physical folder) of the application executable assembly (i.e. the .exe that the user runs). The URI is thus relative to that folder.
Example: You have
The pack URIs are pack://siteoforigin:,,,/MyIcon.bmp
and pack://siteoforigin:,,,/Icons/MyOtherIcon.bmp
when running the MyApp.exe. That means you have to copy those files to those places.
In contrast, the application pack URI refers to resources embedded in your assembly (by using Build Action "Resource").
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With