WineHQ
Visual Studio 2010 (10.0) Express Edition



Category: Main > Programming / Software Engineering > Visual Studio > 2010 (10.0) Express Edition


NameVisual Studio
Version2010 (10.0) Express Edition
License Free to use
URLhttp://www.visualstudio.net
Votes 1
RatingGarbage
Wine Version1.5.20
Free Download Visual Studio 2010 Express
Maintainers of this version:
Description
The free version of Microsoft Visual Studio 2010.
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
Visual Basic Express 2010 installs with a pop-up dialog box showing up during installation saying unknown error. Most of the helper applications do install however when installation completes, there is an error stating that two of the programs did not install.


What does not
The visual basic 2010 express ".exe" file is there however when run a dialog box with unknown error pops up.


What was not tested
All other files that where installed during the Visual Basic install where not tested.


Additional Comments

Used WineSkin 2.4 for Mac OS X
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowDebian GNU/Linux 7.0 "Wheezy" x86_64Dec 27 20121.5.20 Yes No Garbage Bruno Levy 
ShowDebian GNU/Linux 7.0 "Wheezy" x86_64Jul 27 20121.5.9 Yes No Garbage Bruno Levy 
ShowDebian GNU/Linux 7.0 "Wheezy" x86_64Jun 10 20121.5.5 Yes No Garbage Bruno Levy 
ShowUbuntu 11.10 "Oneiric" x86_64 (+ variants like Kubuntu)Jan 13 20121.3.36 Yes No Garbage an anonymous user 
CurrentMac OS X 10.7 "Lion"Sep 20 20111.3.28 Yes No Garbage sammy 


Known bugs
Bug # Description Status Resolution Other apps affected
8780 Multiple applications using native vbscript/jscript override need oleaut32.CreateTypeLib implementation (Visual Studio 20XX, Future Pinball, ...) NEW View
9158 Multiple Microsoft development tools online/web installers fail to skip "$shtdwn$.req" with FILE_ATTRIBUTE_HIDDEN (Visual Studio Express Editions, .NET Framework 3.0) NEW View
18640 .NET Framework 3.x/4.x WPF Media Integration Layer requires IDirect3D9ExImpl_GetAdapterDisplayModeEx implementation CLOSED FIXED View
28924 Visual Studio 2010 fails on startup, needs atl100.AtlAdvise impl CLOSED FIXED View
29676 .NET 4.0 runtime fails to initialize MediaSystem subsystem due to rpcrt4.dll RpcMgmtIsServerListening being a stub CLOSED FIXED View
29921 Microsoft Visual Studio 2005, 2008, 2010 Express installer shows highlighted items incorrectly NEW View
32323 Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed NEW View
32549 Visual Studio 2010 (10.0) Express Edition needs windowscodecs ComponentFactory_CreateBitmapFromMemory impl CLOSED FIXED View
32558 Visual Studio 2010 (10.0) Express Edition web installer crashes due to winhttp reporting available chunk size > 32 KiB (heap corruption) CLOSED FIXED View
32562 Visual Studio 2010 (10.0) Express Edition needs jscript JScript_AddTypeLib impl NEW View
32564 Visual Studio 2010 (10.0) Express Edition needs atl100.dll.AtlAxDialogBoxW CLOSED FIXED View
32568 Visual Studio 2010 fails on startup, .NET Framework 4.0 WPF message dispatcher unexpectedly receives messages (CoWaitForMultipleHandles, COWAIT_FLAGS, message pump) NEW View
32654 Visual Studio 2010 needs windowscodecs WICSetEncoderFormat_Proxy NEW View
32749 Implement atl100.dll.AtlAxDialogBoxW to show error dialogs (Visual Studio 2010 (10.0) Express Edition) NEW View
33149 Visual Studio 2010 startup popup/dialog windows are always hidden behind splash screen NEW View

 
HOWTO

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


Prerequisite installation by using 'winetricks' 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 dotnet20 dotnet4­0­­

To work around some bugs you additionally need:

$ bash winetricks windowscodecs corefonts


 
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
­

 
/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.

­­

 
The application requested process termination through System.Environment.FailFast

If you encounter the following message/failure on startup:

fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework.Aero"

fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub

fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x3296b8,(nil)): stub

err:eventlog:ReportEventW L"Application: Updater.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message).\nMessage: Unrecoverable system error.\nStack:\n at System.Environment.FailFast(System.String)\n at MS.Internal.Invariant.FailFas"...

fixme:advapi:DeregisterEventSource (0xcafe4242) stub

This is bug 32323.

You are missing 'winetricks corefonts' recipe.


 
Fonts in IDE look ugly

Try to enable subpixel font smoothing using 'winetricks':

­$ bash winetricks fontsmooth=rgb

 
Visual Studio 2010 seems to freeze on startup

Actually it's not a freeze but a popup/dialog hidden behind the splash screen.

You press "ENTER" (while keeping the splash in focus) to continue.


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

regsvr32
by Anthony on Tuesday June 4th 2013, 13:33
Has anyone tried regsvr32 on "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\dte80a.olb", as well as other files related to MSEnv? That was my first thought upon seeing the test results.

[post new] [reply to this]

Plain compiler works fine
by Martin Storsjö on Tuesday May 7th 2013, 17:06
If the executables (and headers and libs) are copied out from an existing installation (on real windows), the plain compiler (cl.exe and link.exe) work just fine, even if the installer (and perhaps IDE) don't work.

[post new] [reply to this]




   << Back

Page loaded in 0.09359 seconds.