473,473 Members | 2,167 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Does WinFX need XP?

>From this page:
http://msdn.microsoft.com/windowsvis...a/default.aspx,
it seems I can develop with Avalon (WinFX) using VS.NET 2005, WinFX SDK
and Windows SDK on WinXP. Specifically it says:

This release of the WinFX RC and Windows SDK works with Windows Vista
(February CTP), Windows XP SP2 and Windows Server 2003 SP1.

On the Windows SDK download page, it only mentions Vista support in the
title:
http://www.microsoft.com/downloads/d...displaylang=en.

I'd like to build some of the Avalon UI features onto existing .NET 2.0
apps running on WinXP. Is that possible? Besides .NET 2.0, what will
a client machine need?

Thanks,
Brett

Apr 16 '06 #1
16 1699
Hello Brett,

it works well on the XP.
besides .net u need WinFX as well :)
From this page:

BR> http://msdn.microsoft.com/windowsvis...hebeta/default.
BR> aspx, it seems I can develop with Avalon (WinFX) using VS.NET 2005,
BR> WinFX SDK and Windows SDK on WinXP. Specifically it says:
BR>
BR> This release of the WinFX RC and Windows SDK works with Windows
BR> Vista (February CTP), Windows XP SP2 and Windows Server 2003 SP1.
BR>
BR> On the Windows SDK download page, it only mentions Vista support in
BR> the
BR>
BR> title:
BR>
BR> http://www.microsoft.com/downloads/d...Id=9BE1FC7F-05
BR> 42-47F1-88DD-61E3EF88C402&displaylang=en.
BR>
BR> I'd like to build some of the Avalon UI features onto existing .NET
BR> 2.0 apps running on WinXP. Is that possible? Besides .NET 2.0,
BR> what will a client machine need?
BR>
BR> Thanks,
BR> Brett
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Apr 16 '06 #2
Thanks Michael but that doesn't really answer my question. I know
WinFX isn't needed but is the 1G Windows SDK downloaded needed? What
is needed for the client?

Brett

Apr 16 '06 #3
Hello Brett,

WinFX Runtime http://www.microsoft.com/downloads/d...displaylang=en

But check the last version

BR> Thanks Michael but that doesn't really answer my question. I know
BR> WinFX isn't needed but is the 1G Windows SDK downloaded needed?
BR> What is needed for the client?
BR>
BR> Brett
BR>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Apr 16 '06 #4
Brett Romero <ac*****@cygen.com> wrote:
Thanks Michael but that doesn't really answer my question. I know
WinFX isn't needed but is the 1G Windows SDK downloaded needed? What
is needed for the client?


No, you *do* need WinFX to use Avalon - Avalon is part of WinFX.
However, you will only need the runtime, not the SDK. See

http://www.microsoft.com/downloads/d...F51C4D96-9AEA-
474F-86D3-172BFA3B828B&displaylang=en

for the download of the February CTP. Note that none of this is
shipping yet, so actual sizes etc will no doubt change.

--
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
Apr 16 '06 #5
I've already downloaded an installed WinFX from the above link. I'm
trying to run the SdkViewer stand alone app and compile the project:
http://msdn.microsoft.com/winfx/lear...r/default.aspx.
Neither work. The project throws this error multiple times:

http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized
namespace. Line 21, position
5. C:\WPF\Project\MainPage.xaml 21 5 SdkViewer

I'm also missing these DLLs:
System.Security.Authorization
System.Transaction.Indigo

Any ideas?

Thanks,
Brett

Apr 16 '06 #6
Hello Brett,

Idea is that you call some SDK libs, that leeds from the name of what u run.
And u need SDK.

Look at the gotdotnet.com for the Avalon ClickOnce samples - they only require
WinFX Runtime, not SDK.

BTW, there are microsoft.public.windows.developer.winfx.* groups where WinFX
guys give u more detailed description
why CTF version could not work properly and how to fix it.

I've been playing with winFX for a half of year and could say it's a tricky
way to start working it normaly.
The best idea is to have the single machine where you can experiment and
reinstall the system in case smth go down.

BR> I've already downloaded an installed WinFX from the above link. I'm
BR> trying to run the SdkViewer stand alone app and compile the project:
BR> http://msdn.microsoft.com/winfx/lear...sdk_viewer/def
BR> ault.aspx.
BR> Neither work. The project throws this error multiple times:
BR> http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized
BR> namespace. Line 21, position
BR> 5. C:\WPF\Project\MainPage.xaml 21 5 SdkViewer
BR> I'm also missing these DLLs:
BR> System.Security.Authorization
BR> System.Transaction.Indigo
BR> Any ideas?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Apr 16 '06 #7

"Brett Romero" <ac*****@cygen.com> wrote in message
news:11**********************@g10g2000cwb.googlegr oups.com...
| I've already downloaded an installed WinFX from the above link. I'm
| trying to run the SdkViewer stand alone app and compile the project:
|
http://msdn.microsoft.com/winfx/lear...r/default.aspx.
| Neither work. The project throws this error multiple times:
|
| http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized
| namespace. Line 21, position
| 5. C:\WPF\Project\MainPage.xaml 21 5 SdkViewer
|
| I'm also missing these DLLs:
| System.Security.Authorization
| System.Transaction.Indigo
|
| Any ideas?
|
| Thanks,
| Brett
|

You need to set a reference to the WinFx assemblies. The latest CTP build
have them installed in:
?:\Program Files\Reference Assemblies\Microsoft\WinFX\v3.0\WindowsBase.dll
where ? is your system drive letter.

csc /r:"C:\Program Files\Reference
Assemblies\Microsoft\WinFX\v3.0\WindowsBase.dll" /r:....

Note that to take full advantage of WinFx development you will need to
download the SDK. VS2005 user will need the "Orcas" extentions installed.

Willy.


Apr 16 '06 #8
What is the link to the SDK? For the WinFX Viewer sample, they give a
link to the Windows SDK, which is a 1G download. Not sure exactly what
it is though.

Thanks,
Brett

Apr 16 '06 #9
Do you have a URL to the Avalon ClickOnce samples? I can't find
anything on that at gotdotnet.com.

Thanks,
Brett

Apr 16 '06 #10
http://msdn.microsoft.com/windowsvis...a/default.aspx

"Brett Romero" <ac*****@cygen.com> wrote in message
news:11*********************@u72g2000cwu.googlegro ups.com...
| What is the link to the SDK? For the WinFX Viewer sample, they give a
| link to the Windows SDK, which is a 1G download. Not sure exactly what
| it is though.
|
| Thanks,
| Brett
|
Apr 16 '06 #11
Hello Brett,

http://channel9.msdn.com/Search/Sear...&f=MzE=&u=MA==

BR> Do you have a URL to the Avalon ClickOnce samples? I can't find
BR> anything on that at gotdotnet.com.
BR>
BR> Thanks,
BR> Brett
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Apr 16 '06 #12
I've downloaded a couple of projects from the Channel9 site. If I open
any of the apps, I get the generic error: app has encountered a problem
and needs to close. Same thing happens for the SDKViewerApplication
that started this thread. Here are the apps I downloaded:

WeatherForecaster: http://channel9.msdn.com/ShowPost.aspx?PostID=117863
Chess: http://channel9.msdn.com/ShowPost.aspx?PostID=86834
Clock: http://channel9.msdn.com/ShowPost.aspx?PostID=73368

I also compiled Chess and DesktopClock. I get this error:
'http://schemas.microsoft.com/winfx/xaml/2005' is not a recognized
namespace.

Which is part of the original post from compiling the
SDKViewerApplication. Seems there is some component or framework piece
these all need that I'm missing. This is what I have installed:
http://www.microsoft.com/downloads/d...displaylang=en,
which is titled 'Microsoft Pre-Release Software WinFX Runtime
Components - February Community Technology Preview (CTP)'

Any ideas what is going on?
Brett

Apr 16 '06 #13
The references need to be changed. There is a tool available at:
http://robrelyea.com/tools/XamlMigrate/

It fixes the errors about references. Hope this helps.

Sameer

Apr 17 '06 #14
Thanks Sameer. That seems to have moves me forward a little. Now I
get these types of errors:

Chess app:
The 'http://schemas.microsoft.com/winfx/2006/xaml' namespace attribute
named 'CodeBehind' is not recognized.

Desktop Clock app:
Unrecognized property 'StartingUp' found in XML namespace
'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Note that
property names are case sensitive and attached dependency properties
must have an associated static setter method.

Just wondering if all of those people on the Channel9 forum had to go
through this. They seem to have had no issues.

Brett

Apr 17 '06 #15

"Brett Romero" <ac*****@cygen.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
| Thanks Sameer. That seems to have moves me forward a little. Now I
| get these types of errors:
|
| Chess app:
| The 'http://schemas.microsoft.com/winfx/2006/xaml' namespace attribute
| named 'CodeBehind' is not recognized.
|
| Desktop Clock app:
| Unrecognized property 'StartingUp' found in XML namespace
| 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'. Note that
| property names are case sensitive and attached dependency properties
| must have an associated static setter method.
|
| Just wondering if all of those people on the Channel9 forum had to go
| through this. They seem to have had no issues.
|
| Brett
|
WinFx is still in flux, the issues you encounter are related to changes in
the WinFx classes and the XAML namespaces, that means that samples built
against older CTP releases will not work with the newer run-time components.
Please do as I said, download the SDK and stop looking for samples that were
build with older versions of the SDK.

Willy.
Apr 17 '06 #16
Ok. How can I be sure a sample that makes use of vector graphics in
the UI uses the latest WinFX version? It's not so easy to do on the
Channel9 Sandbox: http://channel9.msdn.com/ShowForum.aspx?ForumID=31

Brett

Apr 17 '06 #17

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

Similar topics

11
by: John Bailo | last post by:
Looks like .NET is old news: http://www.winfx247.com/247reference/default.aspx <quote> Never heard of Avalon? Wow, didn't know those people still existed :) Anyway, these are the WinFX...
9
by: Jason Vene | last post by:
I've looked at recent posts and not found material, but I'm new to the board, so please forgive if this thread has come up before. I'm facing a conundrum about development of business...
10
by: Mr Newbie | last post by:
DropDown lists and Listboxes do not appear in the list of controls and values passed back to the server on PostBack in Request.Form object. Can someone confirm this to be correct and possibly...
4
by: hazz | last post by:
will that cause a problem? In some cases? Not at all? Thanks, -greg
8
by: Mike | last post by:
Does WinFX (.net framework 3.0) provide any benefits for asp.net applications? I'm reading up on WinFX and it sounds like it's specifically geared for Windows Vista. If I want to upgrade my...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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...
0
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...
0
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.