Develop. Net 3.0 applicationsProgramTo configure the development environment. The configuration steps are as follows:
1. To develop. Net 3.0, first install. NET Framework 3.0.
Use windowsupdate to install the latest update before installation (Windows XP SP2 and Windows 2003 SP1 must be installed). download. net frameworkn3.0 (Windows 2003 and Windows XP); if you are a vista user, directly install it from "turn windows feature on or off" of Vista, vista does not support installation from this installation file. Go to "Uninstall a program" from the Vista control panel, and you can see "turn windows feature on or off" in the left-side toolbar ". Vista's "turn windows feature on or off" is equivalent to "Add/delete Windows Components" in XP and Windows 2003 ". On "turn windows feature on or off", select and install "Microsoft. NET Framework 3.0 ".
Because. Net 3.0 is built on. NET 2.0, if you do not have. net2.0 on your computer, it will automatically install. net2.0.
2. install the Windows SDK (Windows software development kit) for Windows Vista and. net Framework 3.0 runtime components, which is called for Windows Vista, but if you want to develop it in Windows 2003 and Windows XP.. Net 3.0 applications must also be installed. (This SDK is designed for use with Windows Vista (which des framework 3.0 ). the Windows SDK for Vista also supports creating applications for Windows XP, Windows Server 2003 SP1, and Windows Server 2003 R2 .)
The SDK provides the library files, header files, documents, examples, and tools that you need to develop applications running on Windows. Download the Windows SDK (the disk image size is 1187.5 MB). You can also use the network installer to install it. Download setup.exe from here.
3. Install vs2005. No one knows about this.
4. Install Visual Studio 2005 extensions for WF and Visual Studio 2005 extensions for WCF and WPF. They are vs2005 templates for developing Windows Workflow Foundation, Windows Communication Foundation, and Windows Presentation Foundation. Now they stillCommunityPreview, when you see thisArticleDownload the latest version.
Before installation, delete the old versions, including Visual Studio 2005 extensions for Windows Workflow Foundation and Windows Workflow Foundation runtime components. You must install the Windows SDK before installing Visual Studio 2005 Extentions for. NET Framework 3.0.
For vs2005 Express users, pay attention to Visual Studio 2005 extensions. net Framework 3.0 (Windows Workflow Foundation) currently does not support Express versions. If you are an express user, you can only develop WCF and WPF applications.
With the above four steps, you can use vs2005 to develop applications based on. NET Framework 3.0. Open vs2005 and you will be able to see the. NET Framework 3.0 and workflow categories in the new project. You can start your. Net framework3.0 journey from here.
This is my first article on. NET 3.0. I will gradually share my experience in using. Net 3.0 with you.