Microsoft released Visual Studio .NET (VS.NET), codenamed Rainier (for Washington's Mount Rainier), in February 2002 (the beta version was released via Microsoft Developer Network in 2001). The biggest change was the introduction of a managed code development environment using the .NET Framework. Programs developed using .NET are not compiled to machine language (like C++ is, for example) but instead to a format called Microsoft Intermediate Language (MSIL) or Common Intermediate Language (CIL). When a CIL application executes, it is compiled while being executed into the appropriate machine language for the platform it is being executed on, thereby making code portable across several platforms. Programs compiled into CIL can be executed only on platforms which have an implementation of Common Language Infrastructure. It is possible to run CIL programs in Linux or Mac OS X using non-Microsoft .NET implementations like Mono and DotGNU.
This was the first version of Visual Studio to require an NT-based Windows platform. The installer enforces this requirement.
Visual Studio .NET 2002 shipped in four editions: Academic, Professional, Enterprise Developer, and Enterprise Architect. Microsoft introduced C# (C-sharp), a new programming language, that targets .NET. It also introduced the successor to Visual J++ called Visual J#. Visual J# programs use Java's language-syntax. However, unlike Visual J++ programs, Visual J# programs can only target the .NET Framework, not the Java Virtual Machine that all other Java tools target.
Visual Basic changed drastically to fit the new framework, and the new version was called Visual Basic .NET. Microsoft also added extensions to C++, called Managed Extensions for C++, so .NET programs could be created in C++.
Visual Studio .NET can produce applications targeting Windows (using the Windows Forms part of the .NET Framework), the Web (using ASP.NET and Web Services) and, with an add-in, portable devices (using the .NET Compact Framework).
The Visual Studio .NET environment was rewritten to partially use .NET. All languages are versions of Visual Studio, it has a cleaner interface and greater cohesiveness. It is also more customizable with tool windows that automatically hide when not in use. While Visual FoxPro 7 started out as part of Visual Studio .NET 2002, and early VS betas allowed debugging inside VFP-based DLLs, it was removed before release to follow its own development track.
The internal version number of Visual Studio .NET 2002 is version 7.0.
Supported .NET Framework versions: 1.0
The product was released 2002-02-13.
Application Details:
Version: | 2002 (7.0) |
License: | Retail |
URL: | http://www.visualstudio.net |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.1.13 |
Maintainers: About Maintainership
What works
Nothing due to installer blockers.
What does not
n/a
Workarounds
What was not tested
n/a
Hardware tested
Graphics:
Additional Comments
Just for historical purpose and for tracking bugs.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 10 x86_64 | Jan 25 2009 | 1.1.13 | No | Not installable | Garbage | Anastasius Focht |
Bug # | Description | Status | Resolution | Other apps affected |
8439 | Multiple Microsoft product installers fail due missing shell app path expansion (Visual Studio .NET 2002, 2003, Visual Foxpro 9.0) | CLOSED | FIXED | View |
17084 | .NET 1.0: imagehlp.ImageGetDigestStream needs more flesh (assembly registration fails) | CLOSED | FIXED | View |
17135 | virtual write watches cause problems in multithreaded .NET code (simultaneous GC heap allocations) | CLOSED | FIXED | View |
17600 | MSOffice installer (XP, 2003, 2007) : msi crash in custom action | CLOSED | FIXED | View |
Make sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!
1. Prerequisite installation by using 'winetricks' script
Winetricks will take care of all needed installation prerequisites and work around
some problems.
Follow the instructions in the link to install it.
Optionally install core fonts
Never run wine as root (su, sudo)! Wine doesn't require to be run as root!
You will screw your WINEPREFIX and possibly other things up. If you have run Wine as root you need to:
and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:
Again: Just run wine as regular user and all should be fine.