Net Framework 3.0 documentation?

  • Thread starter Thread starter Stan B
  • Start date Start date
Here's the link to the Windows SDK. It says it's for Vista, but it also
works on XP (SP-2).

http://www.microsoft.com/downloads/...22-8a64-4dfb-aa0c-db53035f40a0&DisplayLang=en


To tie the help in to Visual Studio, you needed to download and install the
Windows SDK *before* installing the .Net 3.0 extentions. So you might want
to reinstall the .Net 3.0 extentions afterwards, or deinstall them, install
the Windows SDK, then reinstall them, so when you hit F1 in Visual Studio,
it will find the .Net 3.0 help. Here's the link for those in case you need
it.

http://www.microsoft.com/downloads/...37-CC86-4BF5-AE44-F5A1E805680D&displaylang=en


Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
 
To tie the help in to Visual Studio, you needed to download and install
the Windows SDK *before* installing the .Net 3.0 extentions. So you might
want to reinstall the .Net 3.0 extentions afterwards, or deinstall them,
install the Windows SDK, then reinstall them, so when you hit F1 in Visual
Studio, it will find the .Net 3.0 help. Here's the link for those in case
you need it.
Oh, that maybe why I couldn't get it to work..

Thanks!
 
Here's the link to the Windows SDK. It says it's for Vista, but it also
works on XP (SP-2).

http://www.microsoft.com/downloads/...22-8a64-4dfb-aa0c-db53035f40a0&DisplayLang=en


To tie the help in to Visual Studio, you needed to download and install
the Windows SDK *before* installing the .Net 3.0 extentions.

Thank you very much for the links, and especially the explanation about
what order to install things.

One thing I'm not clear on: can the SDK and extensions be installed with
Visual Studio already installed? The installation page for the SDK has a
blurb about uninstalling pre-release versions of a variety of software,
including Visual Studio. But I'm hoping that really does mean just
pre-release versions, and that I don't have to uninstall VS 2005 before
installing the SDK and extensions.

Is that true?

Thanks,
Pete
 
Thus wrote Peter,
Thank you very much for the links, and especially the explanation
about what order to install things.

One thing I'm not clear on: can the SDK and extensions be installed
with Visual Studio already installed?

Yes. That's actually the preferred installation order.

Cheers,
 
Here's the link to the Windows SDK. It says it's for Vista, but it also
works on XP (SP-2).

http://www.microsoft.com/downloads/...22-8a64-4dfb-aa0c-db53035f40a0&DisplayLang=en


To tie the help in to Visual Studio, you needed to download and install
the Windows SDK *before* installing the .Net 3.0 extentions.

Thank you very much for the links, and especially the explanation about
what order to install things.

One thing I'm not clear on: can the SDK and extensions be installed with
Visual Studio already installed? The installation page for the SDK has a
blurb about uninstalling pre-release versions of a variety of software,
including Visual Studio. But I'm hoping that really does mean just
pre-release versions, and that I don't have to uninstall VS 2005 before
installing the SDK and extensions.

Is that true?

Thanks,
Pete

-----------------------------------------

Yes, they can. In fact, I would be sure you have SP-1 installed for Visual
Studio -- the real SP-1, not the beta.

I think they're mostly talking about the betas for .Net 3.0. You want to be
sure to uninstall any of those before you install the final version.

Good luck. I've been playing around with WPF; it's pretty cool.

Robin S.
 
Back
Top