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.