WineHQ
Visual Studio 2008 (9.0)



Category: Main > Programming / Software Engineering > Visual Studio > 2008 (9.0)


NameVisual Studio
Version2008 (9.0)
License Retail
URLhttp://www.visualstudio.net
Votes 22
RatingBronze
Wine Version1.5.24
Free Download Visual Studio 2008 Service Pack 1 (iso)
Maintainers of this version:
Description

Visual Studio 2008, and Visual Studio Team System 2008 codenamed Orcas (a reference to Orcas Island, also an island in Puget Sound, like Whidbey for the previous 2005 release), were released to MSDN subscribers on 19 November 2007 alongside .NET Framework 3.5. The source code for the Visual Studio 2008 IDE is available under a shared source license to some of Microsoft's partners and ISVs. Microsoft released Service Pack 1 for Visual Studio 2008 on 11 August 2008. The internal version number of Visual Studio 2008 is version 9.0 while the file format version is 10.0. Visual Studio 2008 is the last version to support targeting Windows 2000 for C++ applications.

Visual Studio 2008 is focused on development of Windows Vista, 2007 Office system, and Web applications. For visual design, a new Windows Presentation Foundation visual designer and a new HTML/CSS editor influenced by Microsoft Expression Web are included. J# is not included. Visual Studio 2008 requires .NET 3.5 Framework and by default configures compiled assemblies to run on .NET Framework 3.5, but it also supports multi-targeting which lets the developers choose which version of the .NET Framework (out of 2.0, 3.0, 3.5, Silverlight CoreCLR or .NET Compact Framework) the assembly runs on. Visual Studio 2008 also includes new code analysis tools, including the new Code Metrics tool (only in Team Edition and Team Suite Edition). For Visual C++, Visual Studio adds a new version of Microsoft Foundation Classes (MFC 9.0) that adds support for the visual styles and UI controls introduced with Windows Vista. For native and managed code interoperability, Visual C++ introduces the STL/CLR, which is a port of the C++ Standard Template Library (STL) containers and algorithms to managed code. STL/CLR defines STL-like containers, iterators and algorithms that work on C++/CLI managed objects.[89][90]

Visual Studio 2008 features include an XAML-based designer (codenamed Cider), workflow designer, LINQ to SQL designer (for defining the type mappings and object encapsulation for SQL Server data), XSLT debugger, JavaScript Intellisense support, JavaScript Debugging support, support for UAC manifests, a concurrent build system, among others. It ships with an enhanced set of UI widgets, both for Windows Forms and WPF. It also includes a multithreaded build engine (MSBuild) to compile multiple source files (and build the executable file) in a project across multiple threads simultaneously. It also includes support for compiling PNG-compressed icon resources introduced in Windows Vista. An updated XML Schema designer will ship separately some time after the release of Visual Studio 2008.

The Visual Studio debugger includes features targeting easier debugging of multi-threaded applications. In debugging mode, in the Threads window, which lists all the threads, hovering over a thread will display the stack trace of that thread in tooltips. The threads can directly be named and flagged for easier identification from that window itself. In addition, in the code window, along with indicating the location of the currently executing instruction in the current thread, the currently executing instructions in other threads are also pointed out. The Visual Studio debugger supports integrated debugging of the .NET 3.5 Framework Base Class Library (BCL) which can dynamically download the BCL source code and debug symbols and allow stepping into the BCL source during debugging. As of 2010 a limited subset of the BCL source is available, with more library support planned for later.


Supported .NET Framework versions: 2.0, 3.0, 3.5


The product was released 2007-11-19

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
nothing. setup fails.


What does not
instalation.


What was not tested
whole ide.


Additional Comments

wine: Call from 0x7ee2fbde to unimplemented function msi.dll.MsiSetExternalUIRecord, aborting
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowFedora 18 x86_64Mar 27 20131.5.24 No, but has workaround Yes Bronze Henry Kroll 
ShowDebian GNU/Linux 7.0 "Wheezy"Dec 06 20111.3.34 No Not installable Garbage Rafael Belmonte 
ShowUbuntu 10.10 "Maverick" x86_64 (+ variants like Kubuntu)Dec 22 20101.2.2 No Not installable Garbage an anonymous user 
ShowUbuntu 9.10 "Karmic" (+ variants like Kubuntu)Mar 15 20101.1.40 No Not installable Garbage an anonymous user 
ShowopenSUSE 11.1 x86_64Oct 15 20091.1.30 No Not installable Garbage Merp 


Known bugs
Bug # Description Status Resolution Other apps affected
5351 Windows Installer 3.1 cannot install because of non-standard drive labeling CLOSED FIXED 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
10547 .NET 3.5 Framework installation problems (msi, bits, crypt32) CLOSED FIXED View
10601 Microsoft .NET Framework: GAC API for managed assembly installation needs reparse point/junction API support (.NET Framework 2.0, 3.0, 4.0 installers and other apps that make use of GAC API) NEW View
14875 VS 2008 Express Editions (SP1) installer fails with directory resolution error CLOSED FIXED View
15619 Visual Studio 2008 Installer Hangs after err:seh:setup_exception_record stack overflow CLOSED DUPLICATE View
19008 Crash at installation of visual 2008 CLOSED DUPLICATE View
20127 Empty notes in appdb CLOSED FIXED View
22870 Microsoft Visual Studio 2008: debugging applications through remote debugger "msvsmon.exe" fails UNCONFIRMED View
29354 Multiple Microsoft product installers fail due to ProductID being set during client side "ValidateProductID" standard action (Microsoft Virtual PC 2007, Visual Studio 2008 Prof) NEW View
29905 Microsoft Visual Studio 2008: attaching to process fails with "unknown error: 0x80070003" (support of "Session" namespace for named objects needed) CLOSED FIXED View
32562 Visual Studio 2010 (10.0) Express Edition needs jscript JScript_AddTypeLib impl 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 -q dotnet35­

If you intend to install VS 2008 SP1 you need .NET Framework 3.5 SP1

$ bash winetricks -q dotnet35­sp1


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.

$ aptitude install winbind (Debian)

$ sudo yum install samba-winbind (Fedora)


 
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.

­­

 
Installer fails first time

Installer fails first time at:

fixme:ntdll:server_ioctl_file Unsupported ioctl 900a4 (device=9 access=0 func=29 method=0)
err:msi:msi_install_assembly Failed to install assembly L"C:\\users\\\\Temp\\msi2db.tmp\\WcfSvcHost.exe" (0x80070032)
err:msi:ACTION_InstallFiles Failed to install assembly
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603

This is due to missing junction support. The following files are special and cause this problem:

C:\windows\assembly\GAC_MSIL\WcfSvcHost\9.0.0.0 __ 31bf3856ad364e35 -> C:\windows\WinSxS\MSIL_WcfSvcHost_31bf3856ad364e35_9.0.0.0_x-ww_e0abf5ea (WcfSvcHost.exe)
C:\windows\assembly\GAC_MSIL\IEExecRemote\2.0.0.0 __ b03f5f7f11d50a3a -> C:\windows\WinSxS\MSIL_IEExecRemote_b03f5f7f11d50a3a_2.0.0.0_x-ww_6e57c34e (IEExecRemote.dll)
C:\windows\assembly\GAC_32\System. EnterpriseServices\2.0.0.0 __ b03f5f7f11d50a3a -> C:\windows\WinSxS\x86_System.EnterpriseServices_b03f5f7f11d50a3a_2.0.0.0_x-ww_7d5f3790 (System.EnterpriseServices.dll, System.EnterpriseServices.Wrapper.dll)

Solution: run the installer a second time (installer won't attempt to create junctions on second run)


 




   << Back

Page loaded in 0.10014 seconds.