xml name spaces

T

tshad

In WPF, you have to have the following in your xaml file:

<Window x:Class="SeeThru.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="SeeThru" Height="300" Width="300"

If you don't have the xmlns lines or you call it anything else, the compiler
will give you an error.

And some of your code will give you errors, such as x:fkey for instance.
These are not actual urls. If you put them in your browser, you will get
"page cannot be found".

What are they for ?

Why a URL that doesn't exist?

You don't have to have your computer connected to run this, so obviously it
is not being checked.

Thanks,

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top