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 1098563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:35:48+00:00 2026-05-17T00:35:48+00:00

I have a string representation of a XAML Grid like this: <Grid xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation> <Canvas

  • 0

I have a string representation of a XAML Grid like this:

<Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
    <Canvas Background="Yellow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
        <Label Content="textik" />
    </Canvas>
</Grid>

What I need to do is create a Grid object out of this string. I tried a lot of approaches, but so far the closest is the code below:

string content = "<Grid xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"><Canvas Background=\"Yellow\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"><Label Content=\"textik\" /></Canvas></Grid>";

// the string is created programatically, I just put it here to see what it looks like at the end of the process

Stream stream = new MemoryStream(System.Text.ASCIIEncoding.ASCII.GetBytes(content));

object objGrid = XamlReader.Load(stream);
Grid myGrid = (Grid) objGrid;

However, the XamlParsedException occurs saying that the root element is missing.

Do I have a mistake in a XAML code that I just cannot see? Or is the approach bad?

Thanks for an answer

  • 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-17T00:35:48+00:00Added an answer on May 17, 2026 at 12:35 am

    What version of the framework are you using? In 4 you have additional classes in System.Xaml that are more flexible. You can use System.Xaml.XamlServices.Load(stream); to get the exact Grid object in the loose xaml. However, using both 4 and 3.5 in VS2010, your exact code (in the second snippet) returns the expected result. Not sure what the problem is on your side but it might not be the code you posted.

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

Sidebar

Related Questions

I have a string representation of DateTime that looks like this: 2011-05-25T16:42:17.156Z I have
Let's say that I have a string 5a . This is the hex representation
I have string that look like Array that fetched from other webservice like this
I have a string representation exactly like 'ComputerName -- IPAddress'; i.e: 'samarena -- 192.168.1.97'
Suppose I have a Map of properties, and I'd like a String representation. toString
say you have a string array like this: String[] someArray = new String[] {foo,
I have a string representation of an array: '[item1, item2, item3]' I'm trying to
I have a string representation of a MD5 hex digest for a file, that
I have a String that holds the string representation of a byte value. String
I have a string which is a representation of a clojure map. Is there

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.