Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 202053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:15:12+00:00 2026-05-11T17:15:12+00:00

My assembly includes an image with BuildAction==Resource. I want to obtain a BitmapImage from

  • 0

My assembly includes an image with BuildAction==Resource. I want to obtain a BitmapImage from this embedded resource.

I can load a BitmapImage from file like this:

var bitmap = new BitmapImage(new Uri(path));

But how to I create a Uri that will refer to an embedded resource image?

When I try and create a ‘pack URI‘ (for example pack://application:,,,/MyImage.png or pack://application:,,,/MyAssembly;component/MyImage.png), an exception is thrown:

System.UriFormatException
"Invalid URI: A port was expected because of there is a colon (‘:’) present but the port could not be parsed."

I found the fix, to the UriFormatException in this blog post

However, with that fix applied, I still get exceptions trying to load a BitmapImage from a pack URI.

When using the pack://application:,,,/Image.png format, I get a NullReferenceException, and when using the pack://application:,,,/AssemblyName;component/Image.png format, I get a NotSupportedException "The Uri prefix is not recognized".


Summary
My problem was that I was trying to use a ‘pack URI’ in a process before any WPF control/window/etc had been instantiated, so the ‘pack’ URI scheme was not yet registered (other WPF required ‘stuff’ must also not be set too, because manually registering the pack scheme doesn’t itself fix the problem). The solution was to wait until after instantiating my WPF usercontrol to use pack URIs.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:15:12+00:00Added an answer on May 11, 2026 at 5:15 pm

    This MSDN page has all the information you might want to know about resource URIs in WPF (often called pack URIs). You’re going to want to use relative URIs more often probably, so see Table 4, which should be of particular use.

    If you want a briefer overview of resource (pack) URIs, see this blog post. It shows that syntax is indeed relatively simple:

    pack://application:,,,/ResourceFile.xaml
    
    pack://application:,,,/ReferencedAssembly;component/ResourceFile.xaml
    

    However, there are a few quirks to work out (in my experience), so often finding the correct resource URI requires a bit of experimentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to load two assemblies from C++/CLI; assembly A depends on assembly B,
I'm trying to build a single .jar file from a Maven project which includes
I have a helper assembly which includes a function to identify object types: namespace
My assembly descriptor applies the includes and excludes correctly when the dependencies are included
I'm writing an application that includes a plugin system in a different assembly. The
I have a non-.Net executable file that is included in my .net assembly as
Assembly.Location gives a plain path to the assembly. Unfortunately this is empty when running
The System.Diagnostics assembly is part of the Silverlight CLR framework, but it only includes
Hi I need to assembly jars from multimodule project in master directory. Let us
I'm trying to load an assembly that was installed as part of .Net 3.5

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.