This is the commercially released version of Visual Studio 2012 Professional. It uses the .NET framework version 4.5
A major new feature is support for WinRT and C++/CX (Component Extensions). Support for C++ AMP (GPGPU programming) is also included.
Supported .NET Framework versions: 2.0, 3.0, 3.5, 4.0, 4.5
The product was released 2012-09-12.
Application Details:
Version: | 2012 (11.0) |
License: | Retail |
URL: | http://www.visualstudio.net |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 1.9.2 |
Maintainers: About Maintainership
What works
Install, but should run setup file twice as first time of install need reboot to continue installation, wine doesn't support that, just run installer again to make installer to next step
What does not
Opening Visual Studio visual studio will stuck at "Loading first profile data" and cannot bypass this dialog
Workarounds
What was not tested
Opening Visual Studio
Hardware tested
Graphics:
Additional Comments
I can install visual studio 2012 by following winetricks module WINEPREFIX=$HOME/.wine winetricks dotnet20 WINEPREFIX=$HOME/.wine winetricks dotnet40 WINEPREFIX=$HOME/.wine winetricks gdiplus WINEPREFIX=$HOME/.wine winetricks corefonts WINEPREFIX=$HOME/.wine winetricks riched20 WINEPREFIX=$HOME/.wine winetricks atmlib WINEPREFIX=$HOME/.wine winetricks msxml3 WINEPREFIX=$HOME/.wine winetricks msls31 WINEPREFIX=$HOME/.wine winetricks riched32
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Elementary OS Freya | Feb 02 2016 | 1.9.2 | Yes | No | No | Garbage | an anonymous user | |
Show | Arch Linux x86_64 | Apr 06 2015 | 1.7.40 | No | Not installable | No | Garbage | an anonymous user | |
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | May 09 2013 | 1.5.29 | Yes | No | No | Garbage | an anonymous user | |
Show | Fedora 16 x86_64 | Jul 22 2012 | 1.5.9 | No | Not installable | No | Garbage | Anastasius Focht |
Bug # | Description | Status | Resolution | Other apps affected |
32323 | Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed | STAGED | View | |
33576 | Multiple applications need persistence support for ACL/file security information (storage in extended file attributes)(Paint Tool SAI, Finale Notepad 2012, SmartDeviceMonitor) | STAGED | View |
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
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.