Exforsys

ASP.NET 2.0

  1. Getting started with ASP.NET 2.0
  2. .NET Framework Fundamentals
  3. Microsoft.NET Framework Tools
  4. Application Development in .NET
  5. What's New in the .NET Framework 2.0 ?
  6. Introduction to Visual Studio.NET
  7. Installing Visual Studio.NET 2005
  8. Working with Visual Studio.NET Web Applications
  9. Whats New in ASP.NET 2.0
  10. Creating an ASP.NET Application
  11. ASP.NET Code Directory
  12. ASP.NET Page Object Model
  13. ASP.NET Server Controls
  14. ASP.NET Working With Master Pages
  15. ASP.NET Creating Content for Master Page
  16. ASP.NET Referencing Master Page Members
  17. ASP.NET Changing Master Pages Dynamically
  18. ASP.NET Creating Nested Master Pages
  19. ASP.NET Working with Web Parts
  20. ASP.NET Using Web Parts and Controls in Web Pages
  21. ASP.NET Web Pages and Layout
  22. ASP.NET - Adding Web Parts at Run Time
  23. ASP.NET Personalization: User Profiles and Themes
  24. ASP.NET Data Access features
  25. ASP.NET State Management
  26. ASP.NET Customizing the Session State Mechanism
  27. ASP.NET State Management And Caching
  28. ASP.NET Security
  29. Forms Authentication in ASP.NET
  30. ASP.NET Managing Membership and Roles
  31. ASP.NET Configuring Page-Level Caching
  32. ASP.NET Setting Application-Level Caching
  33. ASP.NET Data Source Object Model
  34. ASP.NET SqlDataSource Control
  35. ASP.NET Data Bound Controls
  36. ASP.NET GridView Control
  37. ASP.NET GridView Filtering
  38. ASP.NET Adding Sorting and Paging in GridView
  39. ASP.NET DataBound Controls - Details View
  40. ASP.NET Using a Grid to Display Detail Information
  41. ASP.NET Displaying Master-Detail Data on the Same Page
  42. Displaying Master-Detail Data on Separate Pages in ASP.NET
  43. ASP.NET Creating Web Wizards
  44. ASP.NET : Dynamic Image control
  45. ASP.NET Advanced Site Functionality

Ads


Home arrow Technical Training arrow ASP.NET 2.0

Installing Visual Studio.NET 2005

Page 1 of 2
Author : Exforsys Inc.     Published on: 26th Jul 2005    |   Last Updated on: 18th Mar 2011

Installing Visual Studio.NET 2.0

In this tutorial you will learn the procedure for Installing Visual Studio.NET 2.0 starting with minimum system requirements, runtime setup and side by side installation.

Ads

In this tutorial we shall be using Visual Studio.NET 2.0 regular edition. The minimum requirements for installing this version are:

  • PC with Pentium II 600 MHz or higher processor
    .
  • Microsoft Windows 2000 with Service Pack 3 or later, Microsoft XP Professional with Service Pack I or later or Microsoft Windows Server 2003.
    .
  • 128 MB of RAM or above
    .
  • 2.5 GB of available hard disk space on the system drive, 1.2 GB of available hard disk space on the installation drive.
    .
  • Microsoft Internet Explorer with Service Pack 1
    .
  • DVD ROM Drive
    .
  • Super VGA (1024x768) or higher resolution with 256 colors.

The performance of the software has not been tuned for minimum system configuration. If the performance is to be improved the user can increase the RAM above the recommended system configuration. This will increase performance, specifically when the user wants to run multiple applications when developing large projects or doing an enterprise level development.

The extensive Read Me file that comes with the package gives solutions to a number of installation and runtime problems and must be read thoroughly by the user before and after installation.

64-bit versions of select components are provided by Visual Studio.NET along with tools for 64-bit development. The runtime setup on 64 bit platforms includes both 32 bit and 64 bit CLR runtime.

1. The 64-bit version of the .NET Framework SDK has to be specifically installed. To do this the user has to run setup.exe in the ‘netSDK64’ directory of the disk labeled ’64 bit Framework SDK’.

2. If the user needs to install Itanium and x64 compiler for Visual C++ he will have to select the ‘Itanium Compilers and tools’ and ‘x64 Compilers and Tools’ during setup. It must be noted that Visual Studio uses the 32-bit cross compiler even on Windows 64 bit computers. However users can use devenv commands to create a command line environment to call the 64 bit hosted tools.

3. 64 bit applications can be debugged on a local or remote computer. If the local computer is running under WOW64 and on Window 64 bit debugging is possible if the 64 bit remote debugger is installed on the local computer. This is available in the disk labeled ‘Visual Studio 2005 Remote Debugger Setup. Debugging on a remote computer also requires the installation of this tool in the remote computer.

Side by Side installations of Visual Studio versions is possible. Visual Studio 6.0, 2002, VS.NET 2003 and VS.NET 2005 can be installed on the same computer. However certain specific issues need to be addressed while installing or removing any version of Visual Studio.

While uninstalling Visual Studio 2005 on a computer having VS.NET 2003 and VS.NET 2005, VS.NET 2003 will require repair.

  • A solution created in Visual Studio 2002 or VS.NET 2003 can be opened in Visual studio 2005. However if it is saved in VS.NET 2005, it cannot be opened again in Visual studio 2002.
    .
  • Some of the option settings of the applications created in earlier versions can be copied into VS.NET 2005 by using the Migratesettings dialog box.
    .
  • The way ProgIDs are handled in VS.NET 2005 is different from the earlier versions and hence errors can be thrown up if the Automation compatibility issues and upgrade issues are not handled by applying the necessary add-in solutions.

It follows that .NET Framework versions can also be installed side by side. The same applies with reference to installations of Help.



 
This tutorial is part of a ASP.NET 2.0 tutorial series. Read it from the beginning and learn yourself.

ASP.NET 2.0

  1. Getting started with ASP.NET 2.0
  2. .NET Framework Fundamentals
  3. Microsoft.NET Framework Tools
  4. Application Development in .NET
  5. What's New in the .NET Framework 2.0 ?
  6. Introduction to Visual Studio.NET
  7. Installing Visual Studio.NET 2005
  8. Working with Visual Studio.NET Web Applications
  9. Whats New in ASP.NET 2.0
  10. Creating an ASP.NET Application
  11. ASP.NET Code Directory
  12. ASP.NET Page Object Model
  13. ASP.NET Server Controls
  14. ASP.NET Working With Master Pages
  15. ASP.NET Creating Content for Master Page
  16. ASP.NET Referencing Master Page Members
  17. ASP.NET Changing Master Pages Dynamically
  18. ASP.NET Creating Nested Master Pages
  19. ASP.NET Working with Web Parts
  20. ASP.NET Using Web Parts and Controls in Web Pages
  21. ASP.NET Web Pages and Layout
  22. ASP.NET - Adding Web Parts at Run Time
  23. ASP.NET Personalization: User Profiles and Themes
  24. ASP.NET Data Access features
  25. ASP.NET State Management
  26. ASP.NET Customizing the Session State Mechanism
  27. ASP.NET State Management And Caching
  28. ASP.NET Security
  29. Forms Authentication in ASP.NET
  30. ASP.NET Managing Membership and Roles
  31. ASP.NET Configuring Page-Level Caching
  32. ASP.NET Setting Application-Level Caching
  33. ASP.NET Data Source Object Model
  34. ASP.NET SqlDataSource Control
  35. ASP.NET Data Bound Controls
  36. ASP.NET GridView Control
  37. ASP.NET GridView Filtering
  38. ASP.NET Adding Sorting and Paging in GridView
  39. ASP.NET DataBound Controls - Details View
  40. ASP.NET Using a Grid to Display Detail Information
  41. ASP.NET Displaying Master-Detail Data on the Same Page
  42. Displaying Master-Detail Data on Separate Pages in ASP.NET
  43. ASP.NET Creating Web Wizards
  44. ASP.NET : Dynamic Image control
  45. ASP.NET Advanced Site Functionality
 

Comments