WineHQ
Visual Studio 2005 (8.0)



Category: Main > Programming / Software Engineering > Visual Studio > 2005 (8.0)


NameVisual Studio
Version2005 (8.0)
License Retail
URLhttp://www.visualstudio.net
Votes 6
RatingBronze
Wine Version1.5.4
Maintainers of this version:
Description

Visual Studio 2005, codenamed Whidbey (a reference to Whidbey Island in Puget Sound), was released online in October 2005 and to retail stores a few weeks later. Microsoft removed the ".NET" moniker from Visual Studio 2005 (as well as every other product with .NET in its name), but it still primarily targets the .NET Framework, which was upgraded to version 2.0. It is the last version available for Windows 2000 and also the last version to be able to target Windows 98, Windows Me and Windows NT 4.0 for C++ applications.

Visual Studio 2005's internal version number is 8.0 while the file format version is 9.0. Microsoft released Service Pack 1 for Visual Studio 2005 on 14 December 2006. An additional update for Service Pack 1 that offers Windows Vista compatibility was made available on 3 June 2007.

Visual Studio 2005 was upgraded to support all the new features introduced in .NET Framework 2.0, including generics and ASP.NET 2.0. The IntelliSense feature in Visual Studio was upgraded for generics and new project types were added to support ASP.NET web services. Visual Studio 2005 also includes a local web server, separate from IIS, that can host ASP.NET applications during development and testing. It also supports all SQL Server 2005 databases. Database designers were upgraded to support the ADO.NET 2.0, which is included with .NET Framework 2.0. C++ also got a similar upgrade with the addition of C++/CLI which is slated to replace the use of Managed C++. Other new features of Visual Studio 2005 include the "Deployment Designer" which allows application designs to be validated before deployments, an improved environment for web publishing when combined with ASP.NET 2.0 and load testing to see application performance under various sorts of user loads. Starting with the 2005 edition, Visual Studio also added extensive 64-bit support. While the host development environment itself is only available as a 32-bit application, Visual C++ 2005 supports compiling for x86-64 (AMD64 and Intel 64) as well as IA-64 (Itanium). The Platform SDK included 64-bit compilers and 64-bit versions of the libraries.

Microsoft also announced Visual Studio Tools for Applications as the successor to Visual Basic for Applications (VBA) and VSA (Visual Studio for Applications). VSTA 1.0 was released to manufacturing along with Office 2007. It is included with Office 2007 and is also part of the Visual Studio 2005 SDK. VSTA consists of a customized IDE, based on the Visual Studio 2005 IDE, and a runtime that can be embedded in applications to expose its features via the .NET object model. Office 2007 applications continue to integrate with VBA, except for InfoPath 2007 which integrates with VSTA. Version 2.0 of VSTA (based on Visual Studio 2008) was released in April, 2008. It is significantly different from the first version, including features such as dynamic programming and support for WPF, WCF, WF, LINQ, and .NET 3.5 Framework.


Supported .NET Framework versions: 2.0, 3.0


The product was released 2005-11-07.

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works
Setup, compiling, linking, IDE, the whole 9 yards.


What does not
Some installer bugs prevent full IDE installation; certain projects (class library, etc) cannot be created. "Finish" button hangs at new project window.


What was not tested
C#, J#, SQL, MFC, other kinds of projects.


Additional Comments

Too sleepy to run full tests; cut me some slack.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentLinux Mint 12 "Lisa" x86_64May 14 20121.5.4 Yes Yes Bronze Yehia Hafez 
ShowSlackware 12.1Dec 17 20081.1.10 Yes Yes Garbage an anonymous user 
ShowUbuntu 8.04 "Hardy" (+ variants like Kubuntu)Dec 06 20081.1.10 Yes Yes Garbage H. Amri 
ShowUbuntu 8.04 "Hardy" (+ variants like Kubuntu)Jun 06 20081.0-rc3 Yes Yes Garbage H. Amri 
ShowGentoo LinuxMay 10 20080.9.61. Yes Yes Garbage an anonymous user 


Known bugs
Bug # Description Status Resolution Other apps affected
10522 Multiple applications encounter infinite WM_PAINT loop (Platform SDK tools) NEW View
12401 Support junction points, i.e. DeviceIoCtl(FSCTL_SET_REPARSE_POINT/FSCTL_GET_REPARSE_POINT) NEW View
21423 Visual C++ 2005 slow? NEW View
29509 Visual Studio 2005 trial crashes quickly building Wine NEW View
29903 Some Microsoft debuggers fail to enumerate processes due to wtsapi32.WTSEnumerateProcessesW() being a stub (Microsoft Visual Studio 2005, DbgCLR from .NET 2.0 SDK) NEW View
32562 Visual Studio 2010 (10.0) Express Edition needs jscript JScript_AddTypeLib impl NEW View

 
HOWTO

­Make sure you operate on a clean WINEPREFIX (~/.wine)!


Prerequisite installation by using 'winetric­ks' script

Winetricks will take care of all needed installation prerequisites and work around some problems.

$ wget http://winetricks.googlecode.com/svn/trunk/src/winetricks
­$ bash winetricks -q mfc42 dotnet20

Optionally install core fonts:

$ bash winetricks corefonts
­

 
After IDE start, the start page constantly refreshes, eating CPU

This is bug 10522. Close the "Start page" to work around this problem.


 
Installing Visual Studio 2005 component action takes considerable time (consuming 100% CPU)

This is bug 14168. The installer takes considerable time when the Installing Visual Studio 2005 component is processed on install page. Depending on machine speed it takes 20-60 minutes until it really begins to copy files.

Wine's msi component executes large table joins which causes this performance hit (CPU usage 100% for long time). Just be patient.


 
Components displayed which failed installation in finish installation setup page

In the "finish installation" setup page of the VS.NET 2005 Enterprise version, there are components displayed which failed ­installation. This can be currently ignored (needs further investigation).

  • Microsoft Device Emulat­or 1.0
  • Microsoft SQL Server 2005 Express Edition

 
err:module:import_dll Library sqdedev.DLL not found

­The following installer message in console is expected and harmless:

err:module:import_dll Library sqdedev.DLL (which is needed by L"C:\\windows\\temp\\msi3a93.tmp") not found
­­­err:msi:ACTION_CallDllFunction failed to load dll L"C:\\windows\\temp\\msi3a93.tmp"­
­
­

 
Compiler gets stuck during code generation (PDB server)

This is Bug 21259

Workaround: start 'mspdbsrv.exe' manually before visual C++, with an 'infinite' timeout.

$ wine $WINEPREFIX/drive_c/Program\ Files/Microsoft\ Visual\ Studio\ 9.0/Common7/IDE/mspdbsrv.exe -start -spawn -shutdowntime -1

You can create a shell script that starts both mspdbsrv.exe and VCEXpress.exe, if mspdbsrv.exe is already running, it will be ignored the second time it is invoked.


 
/home/yourlogin/.wine is not owned by you / (Permission denied)
­­­

­­Never run wine as root (su, sudo)! Wine doesn't require to be run as root!

You will screw your WINEPREFIX and possibly other thi­ngs up. If you have run Wine as root you need to:

$ sudo rm -rf ~/.wine­

and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:

­$ sudo rm -rf ~/winetrickscache

Again: Just run wine as regular user and all should be fine.

­­

 




   << Back

Page loaded in 0.14464 seconds.