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

  • Home
  • SEARCH
  • 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 9165557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:56:14+00:00 2026-06-17T14:56:14+00:00

I am creating a WPF window and loading a user control inside like below:

  • 0

I am creating a WPF window and loading a user control inside like below:

        Uri uri = new Uri("Views/ApplicationInfo.xaml", UriKind.RelativeOrAbsolute);

        UserControl versionInfoUserControl = (UserControl)Application.LoadComponent(uri);

        #region Initizalizing the Window, Winodw Proporties and Icon
        Window versionWindow = new Window();


        versionWindow.Height = 250;
        versionWindow.Width = 400;
        versionWindow.ResizeMode = ResizeMode.NoResize;

Now When I am trying to add an application icon like below:

 versionWindow.Icon = new BitmapImage(new Uri(@"pack://application:,,component/Images/Ico.png"));

I am getting URI prefix is not recognized error.

*Do I need to change application with Application name like:

 versionWindow.Icon = new BitmapImage(new Uri(@"pack://MyApp.MVVM.WPF:,,component/Images/Ico.png"));

Even then I am getting the same error

  • 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-06-17T14:56:15+00:00Added an answer on June 17, 2026 at 2:56 pm

    Assume I have a project with a folder named Assets and inside a have a png image with build action Resource or Embedded resource.

    Then this works:

    var versionWindow = new Window
                                    {
                                        Height = 250,
                                        Width = 400,
                                        ResizeMode = ResizeMode.NoResize,
                                        Icon = new BitmapImage(new Uri(@"pack://application:,,,/Assets/icon.png"))
                                    };
    
            versionWindow.Show();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating several WPF windows like this: flightWindow = new FlightWindow(txbNextFlight.Text, airline); flightWindow.Show(); And
.I am creating a user control that stacks three WPF month calendars (Master, Slave1,
I'm creating a WPF window with multiple textboxes, when the user presses the OK
I am creating a new WPF window that I want to be parented to
If you are creating a WPF window or a WPF page, you can bind
I'm pondering creating a WPF or Silverlight app that acts just like a terminal
Is it possible to embed a console window inside a WPF window? As a
I am creating a WPF window with a DataGrid , and I want to
I am creating a WPF Office add in, and I would like to handle
I am creating a WPF custom control, a Button with an Image and Text

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.