To develop .net 3.0 applications, you need to configure a development environment. The configuration steps are as follows:
1. To develop .net 3.0, you must first install .NET Framework 3.0.
Before installation, use windowsupdate to install the latest updates (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, install directly from Vista's "Turn Windows feature on or off". Vista does not support installation from this installation file. Enter "Uninstall a program" from the Vista Control Panel, and you can see "Turn Windows feature on or off" in the left toolbar. Vista's "Turn Windows feature on or off" is equivalent to "Add/Remove Windows Components" in XP and Windows 2003. Check "Turn Windows feature on or off" to install "Microsoft .Net Framework 3.0".
Since .net 3.0 is built on .net 2.0, if .net2.0 is not available on your computer, .net2.0 will be automatically installed.
2. Install Windows SDK (Windows® Software Development Kit) for Windows Vista™ and .NET Framework 3.0 Runtime Components. Although this is called for Windows Vista, if you want to develop .net 3.0 applications in Windows 2003 and windows XP, you can also It must be installed. (This SDK is designed for use with Windows Vista (which includes 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 tools you need to develop and run Library files, header files, documentation, examples, and tools for Windows applications. Download Windows SDK (CD image, size 1187.5 MB) You can also use the network installer to install, download Setup.exe from here
3. Install VS2005. Everyone knows this, so I won’t say more.
4. Install Visual Studio 2005 Extensions for WF and Visual Studio 2005 Extensions for WCF, WPF. They develop VS2005 templates for Windows Workflow Foundation, Windows Communication Foundation, and Windows Presentation Foundation. They are still in community preview now. When you see this article, please download the latest version.
Please delete related old versions before installation, including old versions of Visual Studio 2005 Extensions for Windows Workflow Foundation and Windows Workflow Foundation Runtime Components. You must first install the Windows SDK before you can install Visual Studio 2005 Extentions for .net framework 3.0, which are the two above.
Users of VS2005 Express, please note that Visual Studio 2005 extensions for .NET Framework 3.0 (Windows Workflow Foundation) currently does not support the Express version. If you are an Express user, you can only develop WCF and WPF applications.
Through the above 4 steps, you can use vs2005 to develop applications based on .Net Framework 3.0. Open VS2005, and you can see the .Net Framework 3.0 and Workflow categories in the new project. You can start your .Net Framework 3.0 journey from here.
This is my first article on .Net 3.0. In the future, I will slowly share my experience in using .Net 3.0 to share and learn from everyone.
http://www.cnblogs.com/YellowWee/archive/2006/11/21/567683.html