Sign In
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
April 2012
(8)
March 2012
(4)
February 2012
(1)
January 2012
(5)
December 2011
(4)
October 2011
(1)
September 2011
(4)
May 2011
(5)
March 2011
(1)
January 2011
(1)
December 2010
(4)
September 2010
(1)
August 2010
(5)
May 2010
(9)
January 2010
(2)
December 2009
(7)
November 2009
(1)
October 2009
(9)
September 2009
(5)
August 2009
(1)
MSDN Blogs
>
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Visual Studio 2010 IDE fails to launch due to improper installation of Service Pack1
Posted
1 month ago
by
Sarat Bade
0
Comments
Only some of the MS VS2010 products on this computer have been upgraded to SP1. None will work correctly until all have been updated. To upgrade, close VS products and then install MS VS2010 SP1 which you can download here. If setup starts in Maintenance...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Setup Project failing with the error message -- "XBLK LD4.dll" failed to register. HRESULT -2147024770”
Posted
1 month ago
by
Sarat Bade
0
Comments
Problem Description : Installation of Setup Project created in Visual Studio is failing with the error message “Windows error log does not capture much. Module "XBLK LD4.dll" failed to register. HRESULT -2147024770”. Resolution : It is...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
“No valid sequence could be found for the set of patches”
Posted
1 month ago
by
Sarat Bade
0
Comments
Problem Description: Installation of the patch is failing with the error message “No valid sequence could be found for the set of patches”. Entry in the log files: MSI (c) (00:38) [03:21:20:722]: Note: 1: 2262 2: MsiPatchSequence 3:...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Major upgrade for the setup project created in visual studio is not replacing the older files
Posted
1 month ago
by
Sarat Bade
0
Comments
Problem Description: Major upgrade for the setup project created in visual studio is not replacing the older files. I am using an example to explain this issue in a better way: Using Visual Studio created a Setup Project for an application and...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Visual Studio 2010 fails to install on a 64bit OS
Posted
1 month ago
by
Sarat Bade
0
Comments
Visual Studio 2010 fails with the following error: Product: Microsoft Visual Studio 2010 Express Prerequisites x64 - ENU -- Error 1719.The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode,...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of Visual C++ 2010 Redistributable fails if Visual C++ 2010 SP1 Redistributable is already present in the system
Posted
1 month ago
by
Sarat Bade
0
Comments
If we have Visual C++ 2010 SP1 Redistributable installed on the machine and if we try to install Visual C++ 2010 Redistributable, it will fail. With the previous versions of Visual C++ redistributable installations (VC++ 2008, VC++ 2005…,) we could...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
'Installation of VS2010 or VS2008 failing on the first component (eg Visual Studio 2010 64 bit prerequisites) with error 1320'
Posted
1 month ago
by
Sarat Bade
0
Comments
ISSUE DESCRIPTION: Installation of VS2010/VS2008 failing on the first component (eg. Visual Studio 2010 64 bit prerequisites ) with the following error message- ‘Error 1320.The specified path is too long: C:\Program Files\Microsoft Visual...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
You may receive Msi API Error 80004005 when running update syntax on a msi table using WiRunSQL.vbs script.
Posted
2 months ago
by
Sarat Bade
0
Comments
Description: When you are referring to http://msdn.microsoft.com/en-us/library/windows/desktop/aa368562(v=vs.85).aspx , and browsing through the examples, you may find that while rest of the commands works as mentioned in the msdn link, the update...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MSI installation Fails while installing a Custom Action with “Error 1001. Exception occurred while initializing the installation”
Posted
2 months ago
by
Sarat Bade
0
Comments
Issue: An MSI file built on Visual Studio fails during an installation with an error message Error 1001. Exception occurred while initializing the installation: System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\WINDOWS...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MSDN Library setup for Visual Studio 2008 fails to install
Posted
2 months ago
by
Sarat Bade
0
Comments
Issue: When you try to install MSDN Library setup for Visual Studio 2008 it would fail with the below error message. "Setup has detected that the HTML Help data files are corrupt and cannot continue. Click Ok to close setup" Cause: This...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Product: Microsoft .NET Framework 4 Extended -- Error 1402. Could not open key: UNKNOWN\Components\. System error 5. Verify that you have sufficient access to that key, or contact your support personnel.
Posted
2 months ago
by
Sarat Bade
0
Comments
Issue: Installation of an update for .net framework 4.0 fails with the error 1402. Below is the snippet of the error log file generated. ============================ MSI (s) (E4:18) [11:16:05:146]: Executing op: RegisterSharedComponentProvider...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Unable to install “Microsoft Windows SDK for Windows 7 and .NET Framework 4”
Posted
2 months ago
by
Sarat Bade
0
Comments
PROBLEM DESCRIPTION: Unable to install “Microsoft Windows SDK 7.1 for Windows 7 and .NET Framework 4” Symptoms: Snippets of Installation log File: +++++++++++++++++++++++++++++++ [9/30/2011, 17:36:35] Equals evaluated to true [9/30/2011, 17:36...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Missing .Net Framework 2.0/3.0/3.5/4.0 option(s) in the dropdown list when creating a new project in Visual Studio 2010 on any Windows system
Posted
4 months ago
by
Sarat Bade
0
Comments
ISSUE DESCRIPTION: Missing .Net Framework 2.0/3.0/3.5/4.0 option(s) in the dropdown list when creating a new project in Visual Studio 2010 on any Windows system ENVIRONMENT: This is applicable to both 32 bit and 64 bit machines, running Windows...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
.NET 4.0 failed due to missing msxml3.dll
Posted
4 months ago
by
Sarat Bade
0
Comments
Issue : a) Error entry in Event Viewer: EventType vssetup, P1 setup, P2 unknown, P3 10.0.30319.1, P4 1, P5 , P6 none_ui_interactive_crash, P7 0xe06d7363, P8 0, P9 , P10 NIL. b) Error entry in log file: c) Error Message: CAUSE...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Error : Unable to install .Net Framework updates “ Feature: Redist_Package; Installed: Advertise; Request: Reinstall; Action: Reinstall”
Posted
4 months ago
by
Sarat Bade
0
Comments
ISSUE: Unable to install .Net Framework updates kb 2539631 kb 2518864 kb 2418241. Cause: Checked the log files and discovered the following : =============================================== MSI (s) (F4:94) [11:52:07:212]: Feature: Servicing_Key;...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
CLICK ONCE ERROR: “An error occurred while signing: Failed to sign bin\Debug\app.publish\\setup.exe. SignTool Error”
Posted
4 months ago
by
Sarat Bade
0
Comments
ISSUE: Unable to publish a ClickOnce Application ============================================ Error 1 Cannot publish because a project failed to build. Error 2 An error occurred while signing: Failed to sign bin\Debug\app.publish\\setup.exe. SignTool...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Issues with the installation of VC++ Redistributable packages. Error: The feature you are trying to use is in a network resource that is unavailable.
Posted
4 months ago
by
Sarat Bade
1
Comments
We have seen few issues with the installation of VC++ redistributables. You are always welcome to involve us for the installation issue. However, if this issue is part of another issue and you just want to fix it instead of waiting on us, you could follow...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MS11-100 : KB2656353 Error Microsoft .NET Framework 1.1 -- Internal Error 2705. Directory
Posted
4 months ago
by
Soumitra Mondal
21
Comments
The recent release of Microsoft Security Bulletin MS11-100 KB2656353 might fail on Windows XP/Windows 2003 systems. The patch will fail with an error message: “Microsoft .NET Framework 1.1 -- Internal Error 2705. Directory” In fact,...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of Silverlight Fails with a generic error 1603 "Installation failed"
Posted
5 months ago
by
Sarat Bade
1
Comments
Issue: Installation of Silverlight fails with a generic error 1603 "installation failed" after the installation progress shows 99% complete. Cause: To find the root cause open the SilverlightMSI.log from the %temp% folder and it shows an error...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MSI built on Visual Studio installs into C: instead of C:\Program Files
Posted
5 months ago
by
Sarat Bade
0
Comments
Issue: MSI developed on Visual Studio installs to 'C:' instead of 'C:\ProgramFiles' Folder even after the " TARGETDIR" is set to [ProgramFilesFolder][Manufacturer]\[ProductName] by the Custom Action " DIRCA_TARGETDIR" . Solution: 1. This issue...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Error: Entry Point Not Found : The procedure entry point FindActCtxSectionStringW could not be located in the dynamic link library KERNEL32.dll
Posted
5 months ago
by
Sarat Bade
0
Comments
Issue: W hen we launch an application on on a "Windows S erver 2000" the below error message pops up. “Entry Point Not Found : The procedure entry point FindActCtxSectionStringW could not be located in the dynamic link library KERNEL32.dll”...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Unable Create the Office projects on a machine where we have both Visual Studio 2010 and Office pro plus 2010 installed
Posted
5 months ago
by
Sarat Bade
0
Comments
Issue: The below error message is shown when we try to create ' Office' projects in Visual Studio 2010. Experiencing this issue on machines where we have both " Visual Studio 2010" and "Office Pro plus 2010" installed. “Cannot create the project...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
DEBUG: Error 2769: Custom Action CA_InstallAssemblyDef.3643236F_FC70_11D3_A536_0090278A1BB8 did not close 2 MSIHANDLEs.
Posted
8 months ago
by
Soumitra Mondal
0
Comments
While installing .Net Framework 3.5 / .Net Framework 2.0 /any other patches, it may fail with the following error message: DEBUG: Error 2769: Custom Action CA_InstallAssemblyDef.3643236F_FC70_11D3_A536_0090278A1BB8 did not close 2 MSIHANDLEs. From...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
DDSet_Error: Failed to install assembly 'c:\WINNT\Microsoft.NET\Framework\v2.0.50727\System.Web.dll' because of system error: Access is denied
Posted
8 months ago
by
Soumitra Mondal
0
Comments
While installing a .Net Framework patch, it may fail with the following error message: DDSet_Error: Failed to install assembly 'c:\WINNT\Microsoft.NET\Framework\v2.0.50727\System.Web.dll' because of system error: Access is denied. From...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Executing op: CustomActionSchedule(Action=ExecSecureObjects,ActionType=3073,Source=BinaryData
Posted
8 months ago
by
Soumitra Mondal
0
Comments
.Net Framework 4.0 fails on a Win 2003 system. From the MSI log, it fails while executing the Custom Action ExecSecureObjects and it rolls back. MSI (s) (B4:AC) [11:21:32:639]: Executing op: ActionStart(Name=ExecServiceConfig,,) MSI (s) (B4:AC) [11...
Page 1 of 4 (78 items)
1
2
3
4