473,796 Members | 2,632 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2167

"GVN" <mu***********@ hotmail.comwrot e in message
news:11******** **************@ b28g2000cwb.goo glegroups.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.comwrot e:
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.co m>
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.comwrot e:
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.co m>
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.comwrot e:
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.co m>
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.comwrot e:
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.co m>
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.comwrot e in message
news:11******** **************@ m7g2000cwm.goog legroups.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>
<ShapeTriangl e </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.comwrot e in message
news:11******** **************@ m7g2000cwm.goog legroups.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
2664
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 or win applications will be different? Or will future versions of VS.Net wrap up the XAML hence making it unnecessary for me to know or learn XAML? --
13
2473
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
1929
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 excited as you could put a lot of 3d effects in your apps. Who is with me in thinking that xaml is kind of green right now. Maybe tools will be added in the future that will make it an excellent technology but right now its not that great. There are...
2
2342
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
1942
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
5770
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
5727
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 World</Button> </StackPanel> If I compile the application normally, the XAML is converted to a .cs and then an application is built: on clicking the button "doit" gets called if it is code-behind or is embedded in an <x:codeblock within the XAML...
6
10120
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 in a trvStyle.xaml and then include it in both windows? Thanks in advance
1
11747
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? Here is the top of a window definition in xaml: I've marked the area in question with ?????. I have to call the TypeDirectoryValidationRule function from within the xaml code. I'm also confused on what the "SomePath" string is supposed to be for....
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10019
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9057
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6796
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.