WineHQ
Category: Main Programming / Software Engineering Visual Studio 2005 (8.0) Express Edition

Visual Studio

Free version of the well known Visual Studio 2005 IDE and many programming tools included.

You need .NET Framework 2.0.

Application Details:

Version: 2005 (8.0) Express Edition
License: Free to use
URL: http://www.visualstudio.net
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 8.14-staging

Maintainers: About Maintainership

Free Download Visual C++ 2005 Express Edition online installer Free Download Visual Studio 2005 Express Editions SP1 Free Download Visual J# 2005 Express Edition online installer Free Download Visual Basic 2005 Express Edition online installer Free Download Visual C# 2005 Express Edition online installer Free Download Visual Web Developer 2005 Express Edition online installer Free Download Visual C++ 2005 Express Edition offline installer (474,686 KB)

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Everything so far as I have tested. Debugging works, building works, controls work, everything.

What does not

Installing does not work out of the box - you need to install the .NET 2.0 framework first using 

winetricks dotnet20

otherwise the installer will crash.

Not exactly "doesn't work", but there's a slight graphics glitch (which only affects VB, not your program) in which icons which should be transparent in the "toolbox" have a black background

Workarounds

What was not tested

Any advanced coding, One-Click deployment

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Other than, install .NET 2.0 first, none.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowArch Linux x86_64Sep 14 20238.14-stagingNo Not installable NoGarbageThomas Bachmann 
ShowUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)Jan 23 20141.6.1Yes Yes Goldan anonymous user 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Jul 27 20131.6-rc5Yes Yes BronzeReal Name 
CurrentLinux Mint 14 "Nadia" x86_64Jan 03 20131.5.20No, but has workaround Yes Goldan anonymous user 
ShowUbuntu 10.04 "Lucid" i386 (+ variants like Kubuntu)Jun 07 20101.2-rc2Yes Yes Bronzean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
5054 can not install microsoft visual C++ express 2005 CLOSED FIXED View
10522 Multiple applications encounter infinite WM_PAINT loop (Platform SDK tools) NEW View
12659 Preferences window missing all user-modifiable settings in Acrobat V7.0 Pro (MSAA AccPropServices implementation needed) CLOSED FIXED View
14571 ole32.CoGetCallerTID needed for VS.NET 2005 CLOSED FIXED View
15312 Visual Studio 2005 requires SetDIBits to handle a NULL DC and DIB_RGB_COLORS CLOSED FIXED View
16980 Visual C# 2005 Express: errors after successful startup ("New Project" window etc) CLOSED INVALID View
16999 Visual C++ 2005 Express IDE: stack overflow at startup due to empty class id string CLOSED FIXED View
17096 Visual C++ 2005 Trial can't build project, complains when starting mspdbsrv CLOSED FIXED View
18106 Visual C# 2005 Express: Form Designer is blank on first run, then gives memory error CLOSED FIXED View
18114 rpcrt4.NdrDllCanUnloadNow: COM proxy/stub factory reference count eval incorrect (crashes Visual Studio 2005 on exit) CLOSED FIXED View
18117 Visual Studio 2005 hangs on install, crashes in RPCRT4_find_interface CLOSED WORKSFORME View
19126 VS 2005 SP1 installation failure CLOSED FIXED View
19581 Visual Studio 2005: "cl : Command line error D8022 : cannot open 'foo.rsp' "; foo.rsp was created with FILE_ATTRIBUTE_TEMPORARY CLOSED DUPLICATE View
19781 Visual C++ 2005 Express: -Zi option doesn't work; breaks Firefox build's configure script CLOSED FIXED View
19783 Visual C++ 2005 Express: building Firefox: mt.exe crashes while linking mkdepend CLOSED FIXED View
20110 Visual C++ 2005 Express SP1 install fails CLOSED FIXED View
20127 Empty notes in appdb CLOSED FIXED View
21423 Visual C++ 2005 slow? NEW View
25331 Visual C++ 2005 Express install fails CLOSED FIXED View
27303 Multiple applications need atl80.dll (QQMusic2011 installer, Visual C++ 2005 Express SP1) CLOSED FIXED View
29903 Multiple games and applications fail to enumerate processes due to 'wtsapi32.WTSEnumerateProcessesW' stub (Visual Studio 2005, .NET 2.0 SDK DbgCLR, Akamai DL Manager, Dekaron) CLOSED FIXED View
29921 Microsoft Visual Studio 2005, 2008, 2010 Express installer shows highlighted items incorrectly CLOSED FIXED View
31286 Visual Studio 2005 Trial needs atl80.dll.AtlWaitWithMessageLoop when using "Server Explorer" CLOSED FIXED View
32562 Visual Studio 2005-2010 Express Editions need jscript JScript_AddTypeLib impl NEW View

Show open bugs

HowTo / Notes

HOWTO


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


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.

$ bash winetricks -q mfc42 dotnet20

Optionally install core fonts:

$ bash winetricks corefonts
VS.NET 2005 Express Editions free ISO Image Downloads

As of 2009/04/01 Microsoft has removed the public links to 2005 Express Editions downloads in favour of 2008 Versions. Fortunately the direct download links to full (offline) install images still work:

Visual Web Developer 2005 Express Edition (449.848 KiB)­

Visual Basic 2005 Express Edition (445.282 KiB)

Visual C# 2005 Express Edition (445.282 KiB)

Visual C++ 2005 Express Edition (474.686 KiB)

Visual J# 2005 Express Edition (448.702 KiB)


err:ole:CoGetClassObject class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not registered

­This is bug 12659. The following messages in console are an indication o­f this problem:

err:ole:CoGetClassObject class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not registered
err:ole:CoGetClassObject no class object {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} could be created for context 0x1
­
Winbind component

Winbind component

Make sure you installed 'winbind' component with your distribution package manager.

This is needed for the -Zi option of the compiler, and other mechanisms that handle 'PDB' (Program Data Base) files.

Debian:

$ aptitude install winbind

Fedora:

$ sudo dnf install samba-winbind*.x86_64 samba-winbind*.i686

/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 things 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 ~/.cache/winetricks/


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

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

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

Setup has encountered a problem while trying to copy $shtdwn$.req

This is Bug 9158. Only happens with online-installer version (not retail from .ISO image). Use the following workaround in console:

$ _SFX_CAB_SHUTDOWN_REQUEST=1 wine ./vcssetup.exe
Can't find MSPDB80.DLL (some command line tools fail)

­If you run some command line tools and get an error message like this:

err:module:import_dll Library mspdb80.dll (which is needed by L"C:\\Program Files\\Microsoft Visual Studio 8\\VC\\bin\\link.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Microsoft Visual Studio 8\\VC\\bin\\link.exe" failed, status c0000135

You need to add­­ the following path to your environment:

­ C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;

Use registry editor to add the path to "PATH" key value:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment]

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.

Comments

Back