473,382 Members | 1,424 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

XAML - System Requirements

GVN
Hi All,
I would like to write a .NET application which uses XAML. The following
is my system's specification:

Operating System : Windows XP

..NET Framework : 1.1

RAM : 512 MB

HardDisk : 80 GB

Visual Studio : 2003

My question is whether can I use XAML with the above mentioned
specifications or not. Please suggest.
Thanks,

GVN.

Oct 8 '06 #1
7 2144

"GVN" <mu***********@hotmail.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
| Hi All,
|
|
| I would like to write a .NET application which uses XAML. The following
| is my system's specification:
|
| Operating System : Windows XP
|
| .NET Framework : 1.1
|
| RAM : 512 MB
|
| HardDisk : 80 GB
|
| Visual Studio : 2003
|
| My question is whether can I use XAML with the above mentioned
| specifications or not. Please suggest.
|
|
| Thanks,
|
| GVN.
|

This is not the appropriate NG to discuss XAML, you should post to the
"Avalon" forum
at:http://forums.microsoft.com/MSDN/Sho...D=119&SiteID=1
This aside, your system is not suitable for this kind of development. XAML
is part of the upomming V3 Framework, you are still at v1.1, so first of all
you'll have to install V2 followed by the beta of V3. Next, VS2003 can't be
used for XAML (and WPF), you need VS2005 with the beta of the "Orcas" tools
add-on. If you can't afford VS2005, your only option is to download/install
the latest SDK, and start using that come with it.
Start by reading the following URL and go on by downloading all the stuff
that is listed at the bottom. Keep in mind that you also need XP SP2.
Willy.
Oct 8 '06 #2
GVN <mu***********@hotmail.comwrote:
I would like to write a .NET application which uses XAML. The following
is my system's specification:

Operating System : Windows XP

.NET Framework : 1.1

RAM : 512 MB

HardDisk : 80 GB

Visual Studio : 2003

My question is whether can I use XAML with the above mentioned
specifications or not. Please suggest.
"True" XAML requires .NET 2.0 (well, 3.0 really - XAML is part of .NET
3.0) and thus Visual Studio 2005 (in one of its many guises).

Any reason you can't download Visual C# Express so you can use .NET
2.0?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 8 '06 #3
GVN
Thanks a lot Mr. Jon. I heard something like MyXaml. It appears
something similar to MS XAML. In many of the articles I read MS
opossing MyXaml. I don't know how far it is feasible for a developer to
use MyXaml. I have a legacy application, in which I use a lot of custom
controls. If MyXaml is feasible, Can I implement my custom controls
using MyXaml?

Thanks in advance,

GVN.

Jon wrote:
GVN <mu***********@hotmail.comwrote:
I would like to write a .NET application which uses XAML. The following
is my system's specification:

Operating System : Windows XP

.NET Framework : 1.1

RAM : 512 MB

HardDisk : 80 GB

Visual Studio : 2003

My question is whether can I use XAML with the above mentioned
specifications or not. Please suggest.

"True" XAML requires .NET 2.0 (well, 3.0 really - XAML is part of .NET
3.0) and thus Visual Studio 2005 (in one of its many guises).

Any reason you can't download Visual C# Express so you can use .NET
2.0?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 9 '06 #4
GVN <mu***********@hotmail.comwrote:
Thanks a lot Mr. Jon. I heard something like MyXaml. It appears
something similar to MS XAML. In many of the articles I read MS
opossing MyXaml. I don't know how far it is feasible for a developer to
use MyXaml. I have a legacy application, in which I use a lot of custom
controls. If MyXaml is feasible, Can I implement my custom controls
using MyXaml?
I don't know, I'm afraid - you'd have to look at the MyXaml docs.
However, I don't think it's a great idea - because XAML has been
changing form quite a lot, it's unlikely that MyXaml will end up being
absolutely the same in terms of syntax. That could easily confuse you
when you later move to use "real" XAML.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 9 '06 #5
GVN
Oh! So, its better to follow XAML rather than MyXaml. Thanks for your
kind advice. Can I use XAML to implement my custom controls? If so, can
you please suggest me a good URL where I can find relevant
information...

Thanks in advance,

GVN.

Jon wrote:
GVN <mu***********@hotmail.comwrote:
Thanks a lot Mr. Jon. I heard something like MyXaml. It appears
something similar to MS XAML. In many of the articles I read MS
opossing MyXaml. I don't know how far it is feasible for a developer to
use MyXaml. I have a legacy application, in which I use a lot of custom
controls. If MyXaml is feasible, Can I implement my custom controls
using MyXaml?

I don't know, I'm afraid - you'd have to look at the MyXaml docs.
However, I don't think it's a great idea - because XAML has been
changing form quite a lot, it's unlikely that MyXaml will end up being
absolutely the same in terms of syntax. That could easily confuse you
when you later move to use "real" XAML.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 9 '06 #6

"GVN" <mu***********@hotmail.comwrote in message
news:11**********************@m7g2000cwm.googlegro ups.com...
| Oh! So, its better to follow XAML rather than MyXaml. Thanks for your
| kind advice. Can I use XAML to implement my custom controls? If so, can
| you please suggest me a good URL where I can find relevant
| information...
|
|

Before you can start with XAML which is part of the V3 Framework you need to
download a bunch of stuff, and as I said you need to run XP SP2 or Windows
Vista.
To start with, you'll have to download and install the V2 Frameworkand
VS2005 Express edition. When done you need to install the V3 Framework from:
http://www.microsoft.com/downloads/d...displaylang=en

plus the Orcas extensions for VS2005, supplementary you can download and
install the SDK (see bottom of the page at the above URL).

Willy.
Oct 9 '06 #7
GVN
Thank you Willy.
As my project specifications do not include VS2005, what I learnt is
that I can not use XAML. Now I want to use XML and write a parser as
per my project specifications. For designing an XML, I need some
guidelines. I observed writing XML file in two different formats (if
anyother such types are there, please do explain):

1. <element>
<ColorRed </Color>
<ShapeTriangle </Shape>
<Sides3 </Sides>
</element>

2. <element Color="Red" Shape="Triangle" Sides="3"</element>

I don't know exactly when where the above two are applicable. Can you
please help me?

Thanks in advance,
GVN.

Willy Denoyette [MVP] wrote:
"GVN" <mu***********@hotmail.comwrote in message
news:11**********************@m7g2000cwm.googlegro ups.com...
| Oh! So, its better to follow XAML rather than MyXaml. Thanks for your
| kind advice. Can I use XAML to implement my custom controls? If so, can
| you please suggest me a good URL where I can find relevant
| information...
|
|

Before you can start with XAML which is part of the V3 Framework you need to
download a bunch of stuff, and as I said you need to run XP SP2 or Windows
Vista.
To start with, you'll have to download and install the V2 Frameworkand
VS2005 Express edition. When done you need to install the V3 Framework from:
http://www.microsoft.com/downloads/d...displaylang=en

plus the Orcas extensions for VS2005, supplementary you can download and
install the SDK (see bottom of the page at the above URL).

Willy.
Oct 20 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Thilaka | last post by:
Hi guys, Recently i read some articles on Longhorn & XAML. & From what i learnt the future for developing UIs lies in XAML. Does this mean that I've got to learn XAML as developing UIs for web...
13
by: Jeff | last post by:
How important is XAML? (or how important is it expected to become during the next 5 years?) Looking for informed opinions. Thanks!
3
by: Brent | last post by:
OK i downloaded the new/addon framework 3 and downloaded the VS 2005 addon. I started with XAML. So far im like mehhhhhhhh. Anyone else have the same opinion? When i first heard about xaml i got...
2
by: azerty | last post by:
Hello I try to use xaml serializer framework to save in .xaml file my own hierarchical graph of object. The first step is done : I create my own file with something like this : <Root
2
by: GaryDean | last post by:
I downloaded Expression Web and expected it to have functionality for WPF or at least WPF/e but it is all about HTML. What am I missing? -- Regards, Gary Blakely
6
by: moondaddy | last post by:
will CodeDom create XAML windows or just regular windows forms? If so, how to I tell it to create a xaml window instead of a windows form? thanks -- moondaddy@noemail.noemail
0
by: =?Utf-8?B?WmlnZ3lTaG9ydA==?= | last post by:
I have a sample XAML file: <StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> <Button Name="button2" Height="23" Width="300" Margin="31,37,0,0" Click="doit">Hello...
6
by: star-italia | last post by:
Hi, Is it possible to include a XAML file into another XAML file? For example If i have - Window1.xaml - Window2.xaml and both have a treeview with a custom Style, can i describe the style...
1
by: DeanB | last post by:
Please excuse my ignorance here as I have not used WPF for long, but what is the statement that tells what the "local:" identifier is that allows a window event to call a function in a .cs file? ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.