|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Installing .net 3.0 runtime... ?Hi folks,
I have a question regarding installing .net 3.0 runtime as below: * My PC is installed with window XP and SP2. * There are other softwares in my PC. My main concern are SQL 2005 BI studio and the management studio, Microsoft office tools - Excel, Word. * If I install .net 3.0 runtime, is there any conflict with the existing Microsoft softwares. * After I installing the runtime, then I should be able to install the SDK. Please advise. Thanks. Peter "Peter" <Pe***@discussions.microsoft.com> wrote in message Here are the installation instructions for .Net 3.0. This is for WPF/WCF; news:42AC8BCA-2666-4CC1-9341-E3BCA86B5466@microsoft.com... > Hi folks, > I have a question regarding installing .net 3.0 runtime as below: > * My PC is installed with window XP and SP2. > * There are other softwares in my PC. My main concern are SQL 2005 BI > studio and the management studio, Microsoft office tools - Excel, Word. > * If I install .net 3.0 runtime, is there any conflict with the existing > Microsoft softwares. > * After I installing the runtime, then I should be able to install the > SDK. > Please advise. Thanks. > Peter the link for WF is at the end. This should not impact SQLServer or Microsoft Office. If it did, there would be an uproar. Note that you need to install the SDK before you install the extensions, or the help won't work. You also need to install SP-1 for VisualStudio2005 before doing this. ----------------------------------------------------------------------------------------- Installing the Software Required to Work With WPF Applications To configure your computer so that you can work with WPF you should follow these steps: 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/details.aspx?familyid=10CC340B-F857-4A14-83F5-25634C3BF043&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/details.aspx?familyid=C2B1E300-F358-4523-B479-F53D234CDCCF&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/details.aspx?familyid=F54F5537-CC86-4BF5-AE44-F5A1E805680D&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! -------------------------------------- Here's the Windows Workflow Foundation extensions for Visual Studio 2005 http://www.microsoft.com/downloads/thankyou.aspx?familyId=5D61409E-1FA3-48CF-8023-E8F38E709BA6&displayLang=en Robin S. |
|||||||||||||||||||||||