Visual Studio 2010 crashes at start - visual-studio-2010

I'm trying to install VS2010Pro. I previously had the VS2010Ultimate trial version installed. I've tried to insert the product key, but it didn't accept it. If i try to install it via DVD, it doesn't install it all. Here's the installation log:
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Professional - ENU is not installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft Office Developer Tools (x64) was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Dotfuscator Software Services - Community Edition was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Crystal Reports templates for Visual Studio 2010 was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft SharePoint Developer Tools was not attempted to be installed.
***EndOfSession***?[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Professional - ENU is not installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft Office Developer Tools (x64) was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Dotfuscator Software Services - Community Edition was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Crystal Reports templates for Visual Studio 2010 was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft SharePoint Developer Tools was not attempted to be installed.
[02/22/21,09:56:50] Microsoft Visual Studio 2010 Professional - ENU: [2] ACTION FAILURE:Action ended 09:56:50: ProcessComponents. Return value 3.See MSI log for details.
[02/22/21,09:56:50] Microsoft Visual Studio 2010 Professional - ENU: [2] ACTION FAILURE:Action ended 09:56:50: INSTALL. Return value 3.See MSI log for details.
[02/22/21,09:56:53] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.
***EndOfSession***?[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Professional - ENU is not installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft Office Developer Tools (x64) was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Dotfuscator Software Services - Community Edition was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Crystal Reports templates for Visual Studio 2010 was not attempted to be installed.
[02/21/21,22:42:46] VS70pgui: [2] DepCheck indicates Microsoft SharePoint Developer Tools was not attempted to be installed.
[02/22/21,09:56:50] Microsoft Visual Studio 2010 Professional - ENU: [2] ACTION FAILURE:Action ended 09:56:50: ProcessComponents. Return value 3.See MSI log for details.
[02/22/21,09:56:50] Microsoft Visual Studio 2010 Professional - ENU: [2] ACTION FAILURE:Action ended 09:56:50: INSTALL. Return value 3.See MSI log for details.
[02/22/21,09:56:53] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.
[02/22/21,10:11:28] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Professional - ENU is not installed.
[02/22/21,10:11:28] VS70pgui: [2] Return for Microsoft SQL Server 2008 R2 Data-Tier Application Project indicates a failed installation. DepCheck indicates the component is installed.
[02/22/21,11:19:15] VS70pgui: [2] Return for Microsoft SQL Server 2008 R2 Data-Tier Application Project indicates a failed installation. DepCheck indicates the component is installed.
After this i've tried to uninstall/reinstall it several times. I've tried using a trial Pro version downloaded from Visual Studio Subscriptions portal. With this, the installation doesn't return any error but still the end result is the same. I've tried a manual uninstallation following this link. Still not working.
I tried to run devenv.exe /resetsettings. The application started and crashed in a few seconds while loading.
I tried devenv.exe /setup (from cmd as administrator) and nothing happened (the application didn't even started).
I've tried to run it as administrator and it crashed.
I've tried devenv.exe /safemode. The application starts and no error is reported until i try to create a new project or open an existing project; then it crashes.
The error reported (often twice in each attempt to open/create a project) is this one:
If i just try to launch VS, it doesn't report the error but it simply crashes after a few seconds during the loading.
Here the result of devenv.exe /log:
<xsl:stylesheet version="1.0">
<xsl:output method="html" encoding="utf-16"/>
<xsl:template match="activity">
<head>
<title>Activity Monitor Log</title>
<style type="text/css">
body{ text-align: left; width: 100%; font-family: Verdana, sans-serif; } table{ border: none; border-collapse: separate; width: 100%; } tr.title td{ font-size: 24px; font-weight: bold; } th{ background: #d0d0d0; font-weight: bold; font-size: 10pt; text-align: left; } tr{ background: #eeeeee} td, th{ font-size: 8pt; padding: 1px; border: none; } tr.info td{} tr.warning td{background-color:yellow;color:black} tr.error td{background-color:red;color:black} span {text-decoration:underline} a:hover{text-transform:uppercase;color: #9090F0;}
</style>
</head>
<body>
<table>
<tr class="title">
<td colspan="7">Activity Monitor Log</td>
</tr>
<tr>
<td colspan="2">infos</td>
<td colspan="5">
<xsl:value-of select="count(entry[type='Information'])"/>
</td>
</tr>
<tr>
<td colspan="2">warnings</td>
<td colspan="5">
<xsl:value-of select="count(entry[type='Warning'])"/>
</td>
</tr>
<tr>
<td colspan="2">errors</td>
<td colspan="5">
<xsl:value-of select="count(entry[type='Error'])"/>
</td>
</tr>
<tr>
<th width="20">#</th>
<th width="50">Type</th>
<th>Description</th>
<th width="280">GUID</th>
<th>Hr</th>
<th>Source</th>
<th>Time (UTC)</th>
</tr>
<xsl:apply-templates/>
</table>
</body>
</xsl:template>
<xsl:template match="entry">
<!--
example
<entry>
<record>136</record>
<time>2004/02/26 00:42:59.706</time>
<type>Error</type>
<source>Microsoft Visual Studio</source>
<description>Loading UI library</description>
<guid>{00000000-0000-0000-0000-000000000000}</guid>
<hr>800a006f</hr>
<path></path>
</entry>
-->
<xsl:choose>
<xsl:when test="type='Information'">
<tr id="info" class="info">
<td>
<xsl:value-of select="record"/>
</td>
<td/>
<xsl:call-template name="row"/>
</tr>
</xsl:when>
<xsl:when test="type='Warning'">
<tr id="warning" class="warning">
<td>
<xsl:value-of select="record"/>
</td>
<td>Warning</td>
<xsl:call-template name="row"/>
</tr>
</xsl:when>
<xsl:when test="type='Error'">
<tr id="error" class="error">
<td>
<xsl:value-of select="record"/>
</td>
<td>ERROR</td>
<xsl:call-template name="row"/>
</tr>
</xsl:when>
</xsl:choose>
</xsl:template>
<xsl:template name="row">
<td id="description">
<xsl:value-of select="description"/>
<xsl:if test="path">
<br/>
<xsl:value-of select="path"/>
</xsl:if>
</td>
<td id="guid">
<xsl:value-of select="guid"/>
</td>
<td id="hr">
<xsl:value-of select="hr"/>
</td>
<td>
<xsl:value-of select="source"/>
</td>
<td>
<xsl:value-of select="time"/>
</td>
</xsl:template>
</xsl:stylesheet>
Any idea?
Update
I've tried to install it via DVD on another PC (to be fair i've just installed the C# and VB packages cause it's not a machine of mine and it didn't have enouth memory avaiable). It seems to be working on it. So the DVD itself and all its files are fine. My hypotesis is that the previous installation (VS2010Ultimate) is creating some problem. That or my very PC has some other problem of his own. Still no idea what it could be though. I've tried to copy the VsDebugPresentationPackage file, but the application will still not run (it returns another error similar to the previous one). I will try to copy the whole Microsoft Visual Studio 10.0 and Microsoft Visual Studio 9.0 folders.

VS2019 has a free community version, is lightweight to install, and is well adapted to any user, pro and beginners alike. You can have an offline installer.
Which VS version is not about your level or anything, but about features supported, target project, and support (from MSFT). I worked with all VS versions since 2010. It's a utter total nonsense, financially and technologically, to buy VS2010 any version in 2021. You won't have support to updated c# language. Furthermore, likely no company is using VS2010 anymore, eventually VS2015, but surely VS2019 (which includes a VS2015 build toolset). I also believe that one is facing a XY problem; you're trying to install VS2010, but for which purpose ?
I understand that you are starting a new dotnet (c#, f#, vb, etc) project. I also understand that you're using Windows 10 (likely not LTSC); which needs VS2019 in order to target the proper windows sdk if you're using it. In 2021, roslyn and dotnet 5.0 (c#, f#) are the way to go, both are opensource and multiplatform. Therefore VS2019.
Given the errors you get with both VS2010 and VS2019, you might want to try to install them in a virtual machine to confirm or infirm that VS is the cuprit here. It if works, you have likely a crippled Windows 10 installation. If not:
try to deinstall then reinstall VS2010 (avoid repair which can leave problematic elements untouched) ,
you want to search for dirty uninstalled VS2010 elements with the install/uninstall troubleshooter.

1. Try clearing Roaming files:
Browse to the folder C:\Users\Luca\AppData\Roaming\Microsoft\VisualStudio\10.0 and delete all files and folders inside, and try launching Visual Studio 2010 again.
2. Ensure the latest updates are installed
Check the version of Visual Studio you are using under Help -> About. There was a Service Pack released in 2012; ensure you have this installed.
If you have Team Foundation Server Power Tools installed, others have suggested installing the December 2011 update to fix some compatibility issues with an installed Windows Update item.
3. Try remove and reinstall all installed .NET Frameworks
A corrupt DLL for any of the .NET Framework installation can interfere with Visual Studio opening or creating projects. With the project you are opening, or creating, see what .NET Framework version this is using and try reinstall that framework first.
3. Have you considered using a newer version of Visual Studio?
Visual Studio 2010 is an end-of-life product, and lists Windows 8 as its highest supported operating system. It might be worth using a newer version of Visual Studio if you can.

Related

VS 2015 Native compiler return value -1073741511 on .rdlc files when building project

I got this error:
rsUnexpectedCompilerError: An unexpected error occurred while
compiling expressions. Native compiler return value: ‘-1073741511’
,when compiling rdlc's on a new box on Visual Studio 2015 on a Windows 8.1 box for an existing project
This happens on every existing rdlc file in the project that has an expression.
I checked that. I have the latest sql server data tools (ssdt) installed.
I also created a brand new console application with empty report with no expressions and it compiles fine. When I add an expression to that empty report, like in the example below, it refuses to compile.
Does anyone have any idea how can I get Visual Studio to be able to compile rdlcs with expressions? The computer used to do this before it was re-imaged with windows 8.1.
Here's an example of a file that will not compile:
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<Body>
<ReportItems>
<Textbox Name="Textbox1">
<CanGrow>true</CanGrow>
<KeepTogether>true</KeepTogether>
<Paragraphs>
<Paragraph>
<TextRuns>
<TextRun>
<Value>="goo"</Value>
<Style />
</TextRun>
</TextRuns>
<Style />
</Paragraph>
</Paragraphs>
<rd:DefaultName>Textbox1</rd:DefaultName>
<Top>0.62375in</Top>
<Left>2.88417in</Left>
<Height>0.25in</Height>
<Width>1in</Width>
<Style>
<Border>
<Style>None</Style>
</Border>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
</ReportItems>
<Height>2in</Height>
<Style />
</Body>
<Width>6.5in</Width>
<Page>
<LeftMargin>1in</LeftMargin>
<RightMargin>1in</RightMargin>
<TopMargin>1in</TopMargin>
<BottomMargin>1in</BottomMargin>
<Style />
</Page>
<AutoRefresh>0</AutoRefresh>
<rd:ReportUnitType>Inch</rd:ReportUnitType>
<rd:ReportID>931c20c8-104d-4fe3-b563-d60a1298ba59</rd:ReportID>
</Report>
Here's my VS 2015 version info
Microsoft Visual Studio Professional 2015
Version 14.0.23107.0 D14REL
Microsoft .NET Framework
Version 4.6.00081
Installed Version: Professional
Visual Basic 2015 XXXXX-XXXXX-XXXXX-XXXXX
Microsoft Visual Basic 2015
Visual C# 2015 XXXXX-XXXXX-XXXXX-XXXXX
Microsoft Visual C# 2015
Visual C++ 2015 XXXXX-XXXXX-XXXXX-XXXXX
Microsoft Visual C++ 2015
ASP.NET Web Frameworks and Tools 2013 5.2.30624.0
For additional information, visit http://www.asp.net/
Common Azure Tools 1.6
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
GenerateUnitTest 1.0
Generates unit test code for methods in classes under test.
Microsoft Azure HDInsight HQL Service 2.0.2600.0
Language service for Hive query
Microsoft Azure HDInsight Tools for Visual Studio 2.0.2600.0
An integrated development environment for HDInsight application development.
Microsoft Azure Mobile Services Tools 1.4
Microsoft Azure Mobile Services Tools
Microsoft Azure Tools 2.7
Microsoft Azure Tools for Microsoft Visual Studio 2015 - v2.7.30818.1601
NuGet Package Manager 3.2.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
PostSharp 4.1.28.0
PreEmptive Analytics Visualizer 1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Data Tools 14.0.50730.0
Microsoft SQL Server Data Tools
In order to resolve the RDLC build problem I had to do the following (lots of digging):
https://support.microsoft.com/en-us/kb/3118750
Resolution for scenario 2
Customers have to uninstall updates 3098779 and 3097997 if they have upgraded their systems to the .NET Framework 4.6 or have installed Visual Studio 2015 from a fully updated .NET 4.5.1 or 4.5.2 system that has updates 3098779 and 3097997 installed.
Reporting Services is not available in your Visual Studio 2015 SSDT build (July 2015) as noted here hence your issues trying to build reports
We experienced this issue on one server after installing .Net 4.6 (Windows Server 2012 R2) but did not have issues on any other servers (nor on Windows 7 or Server 2008). Some searching turned up nothing except this StackOverflow post, Compile rdlc in VS2013 - error Native compiler return value: '-1073741511', which describes the exact issue we were having. Unfortunately it has no solution.
In our case this was a production server and we had to restore from backup to a point prior to installing .Net 4.6.
I'm working on removing the expressions from our report (which is doable in our case but may not work for you). Which so far is the only work-around we've found.
We'll be logging a bug with Microsoft and hope for a patch soon.
What we tried but did not work
Upgrading the solution from Visual Studio 2013 to Visual Studio 2015
Changing the CLR target from 4.0 to 4.6
Upgrading Microsoft ReportViewer from v10 to v12
Recreating the RDLC from scratch in Visual Studio 2015
In order to resolve the RDLC build problem I had to do the following (lots of digging):
https://support.microsoft.com/en-us/kb/3118750
Resolution for scenario 2
Customers have to uninstall updates 3098779 and 3097997 if they have upgraded their systems to the .NET Framework 4.6 or have installed Visual Studio 2015 from a fully updated .NET 4.5.1 or 4.5.2 system that has updates 3098779 and 3097997 installed.
Rebooted and it worked.

crystal reports 2008 installation failed on windows 8

this is my error log
[04/14/13,16:28:11] Microsoft Visual Studio 2008 64bit Prerequisites (x64): [2] g:\setup..\wcu\64bitprereq\x64\vs_bsln.exe could not be unpackaged because it is not a cabinet.
[04/14/13,16:28:12] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[04/14/13,16:28:12] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 64bit Prerequisites (x64) is not installed.
[04/14/13,16:28:12] VS70pgui: [2] DepCheck indicates Microsoft Document Explorer 2008 was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Web Authoring Component was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Professional Edition - ENU was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime) was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.
[04/14/13,16:28:13] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 Design Tools was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator version 3.0 (x64) was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Remote Debugger (x64) was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 was not attempted to be installed.
[04/14/13,16:28:14] VS70pgui: [2] DepCheck indicates Crystal Reports Basic 64-Bit Runtime for Visual Studio 2008 was not attempted to be installed.
[04/14/13,16:28:15] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Tools (x64) was not attempted to be installed.
[04/14/13,16:28:15] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x64) was not attempted to be installed.
[04/14/13,16:28:15] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x64) was not attempted to be installed.
[04/14/13,16:28:15] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x64) was not attempted to be installed.
[04/14/13,16:28:15] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x64) was not attempted to be installed.
[04/14/13,16:28:15] VS70pgui: [2] DepCheck indicates Microsoft SQL Publishing Wizard was not attempted to be installed.
[04/14/13,16:47:07] Microsoft Visual Studio 2008 64bit Prerequisites (x64): [2] g:\setup..\wcu\64bitprereq\x64\vs_bsln.exe could not be unpackaged because it is not a cabinet.
[04/14/13,16:47:08] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[04/14/13,16:47:08] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 64bit Prerequisites (x64) is not installed.
[04/14/13,16:47:08] VS70pgui: [2] DepCheck indicates Microsoft Document Explorer 2008 was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Web Authoring Component was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Professional Edition - ENU was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime) was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 Design Tools was not attempted to be installed.
[04/14/13,16:47:09] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator version 3.0 (x64) was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Remote Debugger (x64) was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Crystal Reports Basic 64-Bit Runtime for Visual Studio 2008 was not attempted to be installed.
[04/14/13,16:47:10] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Tools (x64) was not attempted to be installed.
[04/14/13,16:47:11] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x64) was not attempted to be installed.
[04/14/13,16:47:11] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x64) was not attempted to be installed.
[04/14/13,16:47:11] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x64) was not attempted to be installed.
[04/14/13,16:47:11] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x64) was not attempted to be installed.
[04/14/13,16:47:11] VS70pgui: [2] DepCheck indicates Microsoft SQL Publishing Wizard was not attempted to be installed.
[04/17/13,23:49:01] Crystal Reports Basic for Visual Studio 2008: [2] Error: Installation failed for component Crystal Reports Basic for Visual Studio 2008. MSI returned error code 1603
EndOfSession�[06/18/13,13:58:58] Crystal Reports Basic for Visual Studio 2008: [2] Error: Installation failed for component Crystal Reports Basic for Visual Studio 2008. MSI returned error code 1603
EndOfSession�[06/18/13,14:37:04] Crystal Reports Basic for Visual Studio 2008: [2] Error: Installation failed for component Crystal Reports Basic for Visual Studio 2008. MSI returned error code 1603
EndOfSession�[06/18/13,14:37:04] Crystal Reports Basic for Visual Studio 2008: [2] Error: Installation failed for component Crystal Reports Basic for Visual Studio 2008. MSI returned error code 1603
[06/18/13,14:37:06] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 is not installed.
[06/18/13,14:37:06] VS70pgui: [2] DepCheck indicates Crystal Reports Basic 64-Bit Runtime for Visual Studio 2008 was not attempted to be installed.
[06/18/13,14:37:06] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Tools (x64) was not attempted to be installed.
[06/18/13,14:37:06] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x64) was not attempted to be installed.
[06/18/13,14:37:06] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x64) was not attempted to be installed.
[06/18/13,14:37:06] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x64) was not attempted to be installed.
[06/18/13,14:37:07] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x64) was not attempted to be installed.
[06/18/13,14:37:07] VS70pgui: [2] DepCheck indicates Microsoft SQL Publishing Wizard was not attempted to be installed.
[06/18/13,14:48:47] Crystal Reports Basic for Visual Studio 2008: [2] Error: Installation failed for component Crystal Reports Basic for Visual Studio 2008. MSI returned error code 1603
EndOfSession�

Visual Studio 2010 Prerequisites x64 installation error code 1603

Installing Visual Studio 2010, installation stops at Visual Studio 2010 Prerequisites x64
I have: Windows 7 Ultimate x64
I tried installing it manually and it also failed
The message says Setup Failed and the error log says:
[08/22/12,12:31:29] Microsoft Visual Studio 2010 64bit Prerequisites (x64): [2] Error: Installation failed for component Microsoft Visual Studio 2010 64bit Prerequisites (x64). MSI returned error code 1603
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 64bit Prerequisites (x64) is not installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual F# 2.0 Runtime was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Macro Tools was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates TFS Object Model (x64) was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Ultimate - ENU was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Web Deployment Tool (x64) was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 - Visual Studio 2010 Tools was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Silverlight was not attempted to be installed.
.....
....
...
Error 1603 is a very generic installation error that sadly does not provide much information.
This might however still be permission-related.
Microsoft's knowledge base provides the following possible causes regarding error 1603:
You may receive this error message if any one of the following conditions is true:
The folder that you are trying to install the Windows Installer package to is encrypted.
The drive that contains the folder that you are trying to install the Windows Installer package to is accessed as a substitute drive.
The SYSTEM account does not have Full Control permissions on the folder that you are trying to install the Windows Installer package to. You notice the error message because the Windows Installer service uses the SYSTEM account to install software.
Another article provides other possible fail reasons, and a walkthrough to repair this error.
After struggling for many hours with the problem, I remembered having the same problem in the past. Both times the problem occurred because I had previously successfully installed Visual Studio 2010 (or Visual Studio 2010 Express) and in the meantime I have uninstalled it at the same PC where I try to install it now. This means that I get the problem with the installation when I uninstall it and try to install it again.
Then I saw an error 2908 in the installation log. I googled it and found this:
http://www.add-in-express.com/creating-addins-blog/2007/11/12/windows-installer-error-2908/
The problem is that when I uninstall VS2010 some registry entries don't get cleared, so the installer thinks that these components are already installed. The man in the article above found this entry in the registry and deleted it. After that he was able to install VS2010 again.
Regarding my problem, I didn't find the problematic entry, so I had to reinstall Windows 7 from the beginning and then VS2010 installed successfully on my new OS.
Unfortunately the problem is not detectable in the same way for every PC so there is no specific solution. Anyway it has to do with Windows registry, so if anyone finds anything more, please add a comment to help others.
By the way I notice that many people have problems with VS2010 installation
try installing VS_Prerequisites_x64_enu.msi in folder WCU \ 64bitPrereq \ x64
If error windows / symbols appear, create folder "symbols" in windows folder.
try installing VS_Prerequisites_x64_enu.msi again
Run the visual studio installer again after prerequisites has been successfully installed

Cannot install VS2010 SP1

I believe this falls under the "software tools" requirement. :)
I have tried to install VS2010 SP1 twice. Both times, it installed successfully, but when I open up VS2010, it still says RTMLDR.
I'm just trying to do this so I can install the WP 7.1 SDK, but when I try to do this after "installing" SP1, the SDK installer says that I need SP1.
I did some searching online, but have only found information regarding actually errors during the installation.
Here's the info in the dialog:
Microsoft Visual Studio 2010
Version 10.0.30319.341 RTMLDR
Microsoft .NET Framework
Version 4.0.30319 RTMLDR
Installed Version: Professional
Microsoft .NET Micro Framework v4.1 01018-587-3172636-70083
Microsoft .NET Micro Framework SDK v4.1
Version 4.1.2821.0
Microsoft Visual Basic 2010 01018-587-3172636-70083
Microsoft Visual Basic 2010
Microsoft Visual C# 2010 01018-587-3172636-70083
Microsoft Visual C# 2010
Microsoft Visual C++ 2010 01018-587-3172636-70083
Microsoft Visual C++ 2010
Microsoft Visual Studio 2010 Team Explorer 01018-587-3172636-70083
Microsoft Visual Studio 2010 Team Explorer
Add Reference Dialog Plus! 1.0
An significantly enhanced Add Reference dialog for managed code projects.
Crystal Reports Templates for Microsoft Visual Studio 2010
Crystal Reports Templates for Microsoft Visual Studio 2010
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2268081) KB2268081
This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2268081.
Hotfix for Microsoft Visual Studio 2010 Professional - ENU (KB2542054) KB2542054
This hotfix is for Microsoft Visual Studio 2010 Professional - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2542054.
Indent Guides 11
Indent Guides
Adds visual guides at each indentation level.
PowerCommands for Visual Studio 2010 1.0
A set of power commands for Visual Studio 2010
Security Update for Microsoft Visual Studio 2010 Professional - ENU (KB2251489) KB2251489
This security update is for Microsoft Visual Studio 2010 Professional - ENU.
If you later install a more recent service pack, this security update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/2251489.
VSCommands 2010 3.8.0.6
Prevent accidental Drag & Drop in Solution Explorer, Group Items, Locate In Solution, Create Code Contract, Copy/Paste References and many many others!
Windows Installer XML Toolset 3.5
Windows Installer XML Toolset 3.5.2519.0
Copyright © Microsoft Corporation. All rights reserved.
I looked at Add/Remove programs and didn't actually see SP1 there.
I have disabled Indent Guides, PowerCommands, Productivity Power Tools, an VSCommands 2010, since I know I've updated to SP1 on another system that had .NETMF 4.1 and WiX. Then I reinstalled SP1 and it's still coming up as RTM. I looked for the KB numbers in "uninstall an update", and sure enough, they are not there.
I then uninstalled .NETMF 4.1 and WiX 3.5 and that didn't help either. I then did a repair on my VS2010 installation -- no luck. And now I've just uninstalled and reinstalled VS2010, and I still cannot get SP1 installed. Once again, no errors are reported after installation.
Has anyone else had this problem, and if so, how did you fix it?

Error installing VS2008 on virtualbox

This is the fifth time now, tried different machines, different drive sizes,even tried both Vista and XP, nothing seems to work.
I installed a virtualbox VM. Set up an OS, then try to set up VS2008.
And then the VS2008 installation crashes with the following error log
[04/13/09,14:27:31] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework 3.5 is not installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Document Explorer 2008 was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Web Authoring Component was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2008 Professional Edition - ENU was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 2.0 SP2 was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft .NET Compact Framework 3.5 was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System Runtime was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 Design Tools was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 For Devices was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Pocket PC was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Windows Mobile 5.0 SDK R2 for Smartphone was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Device Emulator version 3.0 was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2005 Express Edition (x86) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Crystal Reports Basic for Visual Studio 2008 was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Tools (x86) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Headers and Libraries (x86) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 Win32 Tools (x86) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 .NET Framework Tools (x86) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft Windows SDK for Visual Studio 2008 SDK Reference Assemblies and IntelliSense (x86) was not attempted to be installed.
[04/13/09,14:27:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Publishing Wizard was not attempted to be installed
My VM typically (I tried this a lot) has a 20 GB disk and 700MB ram allotted. Everything else is default.
Anyone have any similar problems or can at least help me out with whats going on?
Sound like a problem with virtualbox, you can try to install everything on VPC then convert the vhd to vdi.

Resources