Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Install wfc in visual studio 2005

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 02-10-2007   #1 (permalink)
Deepak
Guest


 

Install wfc in visual studio 2005

I have read a lot of pages with links to install wfc in vs 8. There
are a lots to download for that and most links dont work..
now some pages say that if we have vs 2005 then there is no need to
install the big 1g+ win sdk file.........
http://blog.n-technologies.be/PermaL...def48af3e.aspx

I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
can anyone tell me how to install wpf into my vs . What should i
download for it ? (links would be great)

I also dont want to download the win sdk file ,its too big.

Is there a way ..


My System SpecsSystem Spec
Old 02-10-2007   #2 (permalink)
Deepak
Guest


 

Re: Install wfc in visual studio 2005

Sorry its wpf and not wfc



My System SpecsSystem Spec
Old 02-10-2007   #3 (permalink)
Deepak
Guest


 

Re: Install wfc in visual studio 2005

And one more question
is it enough to get started with wpf by installing sp1 for vs 2005

I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .

My System SpecsSystem Spec
Old 02-11-2007   #4 (permalink)
RobinS
Guest


 

Re: Install wfc in visual studio 2005


"Deepak" <deepak.mega@gmail.com> wrote in message
news:1171132341.359880.297580@s48g2000cws.googlegroups.com...
> And one more question
> is it enough to get started with wpf by installing sp1 for vs 2005
>
> I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
>


Here are the installation instructions for getting WPF up and running. You
need to start by installing SP-1 for VS2005, but it won't get you to
WPFland. After that, follow these steps, in this order.

1. Windows Presentation Foundation requires Version 3.0 of the .NET
Framework. While this automatically comes with Windows Vista, if you are
using Windows XP you will have to download the installable from the
Microsoft Website.

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

Once this has been installed you should see an entry at
C:\WINDOWS\Microsoft.NET\Framework which reads "v3.0".


2. Download and install the Windows SDK. This is required in order to
provide the help files for WPF. You should do this before installing the
extensions to Visual Studio (Step 3 below) because the help files must be
present on your computer in order for them to be linked to Visual Studio.
Of course you will find it much more convenient for help to be available
just by pressing F1 with a particular term highlighted rather than being
forced to manually open the help file and to search for a particular term
via the search box.

The Windows SDK for can be downloaded from the following location.

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

Even though this SDK is labeled "Windows SDK for Windows Vista", when you
begin to install it, one of the screens indicates that it is also the
correct version for Windows XP, provided that you already have Service Pack
2 installed.

3. Even if you are running Windows Vista you will need to install the
Visual Studio 2005 Extensions for WCF and WPF.

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

4. To verify that you have correctly followed these instructions, open
Visual Studio and select Create a new Project. Look for an entry below the
C# or VB node in the treeview of project types which reads "NET Framework
3.0". When you select this entry you should see in the details pane to the
right an entry under "Visual Studio installed templates" called Windows
Application (WPF). Create a new application and select a term which is WPF
related (eg. Application or Window). Press the F1 key and if the correct
context sensitive help comes up, you can be confident that you have
succeeded. Congratulations!

Good luck.
Robin S.


My System SpecsSystem Spec
Old 02-11-2007   #5 (permalink)
Shawnk
Guest


 

RE: Install wfc in visual studio 2005

One word of caution (After reading Robins advice).

I tryed installing VS 2005 SP1 and it would not install (on XP).

I have the May LINQ preview installed as well as ALL the latest extensions
for WF, WCF, WPF and the SDK is installed as well.

I think VS 2005 SP1 will not install if you LINQ (May CTP) running.

I tryed the Orcas - Virtual Machine approach - (for the latest LINQ) it was
a waste of time for us and never worked right.

Good luck and post back on how your set up experience went. (hopefully
Robins advice about 'VS 2005 SP1' first will work).

Shawnk

"Deepak" wrote:

> I have read a lot of pages with links to install wfc in vs 8. There
> are a lots to download for that and most links dont work..
> now some pages say that if we have vs 2005 then there is no need to
> install the big 1g+ win sdk file.........
> http://blog.n-technologies.be/PermaL...def48af3e.aspx
>
> I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
> can anyone tell me how to install wpf into my vs . What should i
> download for it ? (links would be great)
>
> I also dont want to download the win sdk file ,its too big.
>
> Is there a way ..
>
>

My System SpecsSystem Spec
Old 02-11-2007   #6 (permalink)
RobinS
Guest


 

Re: Install wfc in visual studio 2005

You should deinstall any betas before going forward, and *especially* if
you have the beta of SP-1 installed, you *must* deinstall it before
installing the final version.

For you, Shawnk, you sound kind of, well, screwed. ;-) You'll probably
have to deinstall the Linq stuff, but hopefully not the .Net 3.0 stuff,
unless it's the beta version.

Good luck to both of you.
Robin S.
-----------------------------
"Shawnk" <Shawnk@discussions.microsoft.com> wrote in message
news:14D4D63C-5C70-4ADC-AD99-9C4955B862A6@microsoft.com...
> One word of caution (After reading Robins advice).
>
> I tryed installing VS 2005 SP1 and it would not install (on XP).
>
> I have the May LINQ preview installed as well as ALL the latest
> extensions
> for WF, WCF, WPF and the SDK is installed as well.
>
> I think VS 2005 SP1 will not install if you LINQ (May CTP) running.
>
> I tryed the Orcas - Virtual Machine approach - (for the latest LINQ) it
> was
> a waste of time for us and never worked right.
>
> Good luck and post back on how your set up experience went. (hopefully
> Robins advice about 'VS 2005 SP1' first will work).
>
> Shawnk
>
> "Deepak" wrote:
>
>> I have read a lot of pages with links to install wfc in vs 8. There
>> are a lots to download for that and most links dont work..
>> now some pages say that if we have vs 2005 then there is no need to
>> install the big 1g+ win sdk file.........
>> http://blog.n-technologies.be/PermaL...def48af3e.aspx
>>
>> I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
>> can anyone tell me how to install wpf into my vs . What should i
>> download for it ? (links would be great)
>>
>> I also dont want to download the win sdk file ,its too big.
>>
>> Is there a way ..
>>
>>



My System SpecsSystem Spec
Old 02-12-2007   #7 (permalink)
Shawnk
Guest


 

Re: Install wfc in visual studio 2005

Robin,

FYI - I'm currently 'in project' for a WPF delivery (prototype) and
do not want to 'change horses in the middle of a stream' (so to speak).

We spent so much time installing betas, CTPs and switching platform
combinations in Q4 2006 that we like to reserve a full quarter year of time
(3 months) to test and prove out platform technologies.

Let us know if you know anyone running the May 2006 of LINQ on a:

XP - VS 2005 SP1 - .NET 3.0 RTM

combination.

We have not tryed the Orcas platform approach using the older Virtual Machine
technology (Virtual PC 2004 I think ???). The Virtual Server 2005 (on Vista
RC1) basically did not work at all for us and with
limited time for 'platform research' we did not try Orcas on the XP -
Virtual PC 2004 combination (which from the forums seems to be fairly solid).
If we have time we may try it (Orcas virtual machine approach to CTP/Beta
testing) in Q2 2007.

So many platform combinations - so little time :-)

Thank you for your time, comments and advice.
I'm sure many other people who are 'in tranisition' with
betas and CTPs still installed will value your comments :-)

Shawnk

"RobinS" wrote:

> You should deinstall any betas before going forward, and *especially* if
> you have the beta of SP-1 installed, you *must* deinstall it before
> installing the final version.
>
> For you, Shawnk, you sound kind of, well, screwed. ;-) You'll probably
> have to deinstall the Linq stuff, but hopefully not the .Net 3.0 stuff,
> unless it's the beta version.
>
> Good luck to both of you.
> Robin S.
> -----------------------------
> "Shawnk" <Shawnk@discussions.microsoft.com> wrote in message
> news:14D4D63C-5C70-4ADC-AD99-9C4955B862A6@microsoft.com...
> > One word of caution (After reading Robins advice).
> >
> > I tryed installing VS 2005 SP1 and it would not install (on XP).
> >
> > I have the May LINQ preview installed as well as ALL the latest
> > extensions
> > for WF, WCF, WPF and the SDK is installed as well.
> >
> > I think VS 2005 SP1 will not install if you LINQ (May CTP) running.
> >
> > I tryed the Orcas - Virtual Machine approach - (for the latest LINQ) it
> > was
> > a waste of time for us and never worked right.
> >
> > Good luck and post back on how your set up experience went. (hopefully
> > Robins advice about 'VS 2005 SP1' first will work).
> >
> > Shawnk
> >
> > "Deepak" wrote:
> >
> >> I have read a lot of pages with links to install wfc in vs 8. There
> >> are a lots to download for that and most links dont work..
> >> now some pages say that if we have vs 2005 then there is no need to
> >> install the big 1g+ win sdk file.........
> >> http://blog.n-technologies.be/PermaL...def48af3e.aspx
> >>
> >> I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
> >> can anyone tell me how to install wpf into my vs . What should i
> >> download for it ? (links would be great)
> >>
> >> I also dont want to download the win sdk file ,its too big.
> >>
> >> Is there a way ..
> >>
> >>

>
>
>

My System SpecsSystem Spec
Old 02-12-2007   #8 (permalink)
RobinS
Guest


 

Re: Install wfc in visual studio 2005

I don't blame you one bit. I wouldn't muck around with it either.

I know many people who use Virtual PC, which appears to be a free download
from Microsoft these days. It seems to work fairly well. So that's
certainly something you can try. From what I understand, you can even
install the second OS or whatever you want to run on an external harddrive
and run it from there. I'd have to do that because my laptop is so full
that when I shake it, bytes fall out the back. ;-) I was considering doing
that to try out Vista.

Robin S.
----------------------------------------------------
"Shawnk" <Shawnk@discussions.microsoft.com> wrote in message
news:4C4B3133-903C-4C3C-9DC7-11EA905C6F89@microsoft.com...
> Robin,
>
> FYI - I'm currently 'in project' for a WPF delivery (prototype) and
> do not want to 'change horses in the middle of a stream' (so to speak).
>
> We spent so much time installing betas, CTPs and switching platform
> combinations in Q4 2006 that we like to reserve a full quarter year of
> time
> (3 months) to test and prove out platform technologies.
>
> Let us know if you know anyone running the May 2006 of LINQ on a:
>
> XP - VS 2005 SP1 - .NET 3.0 RTM
>
> combination.
>
> We have not tryed the Orcas platform approach using the older Virtual
> Machine
> technology (Virtual PC 2004 I think ???). The Virtual Server 2005 (on
> Vista
> RC1) basically did not work at all for us and with
> limited time for 'platform research' we did not try Orcas on the XP -
> Virtual PC 2004 combination (which from the forums seems to be fairly
> solid).
> If we have time we may try it (Orcas virtual machine approach to CTP/Beta
> testing) in Q2 2007.
>
> So many platform combinations - so little time :-)
>
> Thank you for your time, comments and advice.
> I'm sure many other people who are 'in tranisition' with
> betas and CTPs still installed will value your comments :-)
>
> Shawnk
>
> "RobinS" wrote:
>
>> You should deinstall any betas before going forward, and *especially* if
>> you have the beta of SP-1 installed, you *must* deinstall it before
>> installing the final version.
>>
>> For you, Shawnk, you sound kind of, well, screwed. ;-) You'll probably
>> have to deinstall the Linq stuff, but hopefully not the .Net 3.0 stuff,
>> unless it's the beta version.
>>
>> Good luck to both of you.
>> Robin S.
>> -----------------------------
>> "Shawnk" <Shawnk@discussions.microsoft.com> wrote in message
>> news:14D4D63C-5C70-4ADC-AD99-9C4955B862A6@microsoft.com...
>> > One word of caution (After reading Robins advice).
>> >
>> > I tryed installing VS 2005 SP1 and it would not install (on XP).
>> >
>> > I have the May LINQ preview installed as well as ALL the latest
>> > extensions
>> > for WF, WCF, WPF and the SDK is installed as well.
>> >
>> > I think VS 2005 SP1 will not install if you LINQ (May CTP) running.
>> >
>> > I tryed the Orcas - Virtual Machine approach - (for the latest LINQ)
>> > it
>> > was
>> > a waste of time for us and never worked right.
>> >
>> > Good luck and post back on how your set up experience went. (hopefully
>> > Robins advice about 'VS 2005 SP1' first will work).
>> >
>> > Shawnk
>> >
>> > "Deepak" wrote:
>> >
>> >> I have read a lot of pages with links to install wfc in vs 8. There
>> >> are a lots to download for that and most links dont work..
>> >> now some pages say that if we have vs 2005 then there is no need to
>> >> install the big 1g+ win sdk file.........
>> >> http://blog.n-technologies.be/PermaL...def48af3e.aspx
>> >>
>> >> I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
>> >> can anyone tell me how to install wpf into my vs . What should i
>> >> download for it ? (links would be great)
>> >>
>> >> I also dont want to download the win sdk file ,its too big.
>> >>
>> >> Is there a way ..
>> >>
>> >>

>>
>>
>>



My System SpecsSystem Spec
Old 02-13-2007   #9 (permalink)
Shawnk
Guest


 

Re: Install wfc in visual studio 2005

Clarification on my previous post.

We tried Virtual Server 2005 on Vista RC1 with bad results.

We DID NOT TRY Virtual PC 2004 on XP (not enough project time).

From the forums we reviewed it looked like the Virtual PC 2004 on XP was
more stable and others were having Vista/Virtual Server 2005 problems as well.

You could also try out Virtual PC 2004 on Vista. Good luck either way you
go!!!

Shawnk

"RobinS" wrote:

> I don't blame you one bit. I wouldn't muck around with it either.
>
> I know many people who use Virtual PC, which appears to be a free download
> from Microsoft these days. It seems to work fairly well. So that's
> certainly something you can try. From what I understand, you can even
> install the second OS or whatever you want to run on an external harddrive
> and run it from there. I'd have to do that because my laptop is so full
> that when I shake it, bytes fall out the back. ;-) I was considering doing
> that to try out Vista.
>
> Robin S.
> ----------------------------------------------------
> "Shawnk" <Shawnk@discussions.microsoft.com> wrote in message
> news:4C4B3133-903C-4C3C-9DC7-11EA905C6F89@microsoft.com...
> > Robin,
> >
> > FYI - I'm currently 'in project' for a WPF delivery (prototype) and
> > do not want to 'change horses in the middle of a stream' (so to speak).
> >
> > We spent so much time installing betas, CTPs and switching platform
> > combinations in Q4 2006 that we like to reserve a full quarter year of
> > time
> > (3 months) to test and prove out platform technologies.
> >
> > Let us know if you know anyone running the May 2006 of LINQ on a:
> >
> > XP - VS 2005 SP1 - .NET 3.0 RTM
> >
> > combination.
> >
> > We have not tryed the Orcas platform approach using the older Virtual
> > Machine
> > technology (Virtual PC 2004 I think ???). The Virtual Server 2005 (on
> > Vista
> > RC1) basically did not work at all for us and with
> > limited time for 'platform research' we did not try Orcas on the XP -
> > Virtual PC 2004 combination (which from the forums seems to be fairly
> > solid).
> > If we have time we may try it (Orcas virtual machine approach to CTP/Beta
> > testing) in Q2 2007.
> >
> > So many platform combinations - so little time :-)
> >
> > Thank you for your time, comments and advice.
> > I'm sure many other people who are 'in tranisition' with
> > betas and CTPs still installed will value your comments :-)
> >
> > Shawnk
> >
> > "RobinS" wrote:
> >
> >> You should deinstall any betas before going forward, and *especially* if
> >> you have the beta of SP-1 installed, you *must* deinstall it before
> >> installing the final version.
> >>
> >> For you, Shawnk, you sound kind of, well, screwed. ;-) You'll probably
> >> have to deinstall the Linq stuff, but hopefully not the .Net 3.0 stuff,
> >> unless it's the beta version.
> >>
> >> Good luck to both of you.
> >> Robin S.
> >> -----------------------------
> >> "Shawnk" <Shawnk@discussions.microsoft.com> wrote in message
> >> news:14D4D63C-5C70-4ADC-AD99-9C4955B862A6@microsoft.com...
> >> > One word of caution (After reading Robins advice).
> >> >
> >> > I tryed installing VS 2005 SP1 and it would not install (on XP).
> >> >
> >> > I have the May LINQ preview installed as well as ALL the latest
> >> > extensions
> >> > for WF, WCF, WPF and the SDK is installed as well.
> >> >
> >> > I think VS 2005 SP1 will not install if you LINQ (May CTP) running.
> >> >
> >> > I tryed the Orcas - Virtual Machine approach - (for the latest LINQ)
> >> > it
> >> > was
> >> > a waste of time for us and never worked right.
> >> >
> >> > Good luck and post back on how your set up experience went. (hopefully
> >> > Robins advice about 'VS 2005 SP1' first will work).
> >> >
> >> > Shawnk
> >> >
> >> > "Deepak" wrote:
> >> >
> >> >> I have read a lot of pages with links to install wfc in vs 8. There
> >> >> are a lots to download for that and most links dont work..
> >> >> now some pages say that if we have vs 2005 then there is no need to
> >> >> install the big 1g+ win sdk file.........
> >> >> http://blog.n-technologies.be/PermaL...def48af3e.aspx
> >> >>
> >> >> I have vs 2005 with msdn lib. .net framework 2 , and win xp sp2 .
> >> >> can anyone tell me how to install wpf into my vs . What should i
> >> >> download for it ? (links would be great)
> >> >>
> >> >> I also dont want to download the win sdk file ,its too big.
> >> >>
> >> >> Is there a way ..
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

My System SpecsSystem Spec
Old 02-13-2007   #10 (permalink)
Deepak
Guest


 

Re: Install wfc in visual studio 2005

I installed wpf in my visual studio without problems ( except the
time it took)
I have vs 2005 , win xp sp2
1) I installed the dot net 3
2) I installed the sp1 of vs
3) Then i installed the extensions addin ( i didnt down the winfx
sdk )
thats it (now its working properly). I didnt install any betas
before .

And does anyone know where u get the winfx sdk documents seperately
the winfx sdk is a big file and i dont want to download it...


My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac Stéphane Vista installation & setup 4 04-28-2007 11:20 AM
Visual Studio 2005 Jordan Vista General 1 02-21-2007 10:22 PM
5308-64: Visual Studio 2005 setup dies at prerequisite install Vista Tester Vista General 2 04-03-2006 02:35 PM
5308-64: Visual Studio 2005 setup dies at prerequisite install Vista Tester Vista installation & setup 2 04-03-2006 02:35 PM
Re: Visual Studio 2005 Vista 5308 Tester Vista General 0 04-01-2006 04:57 AM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51