Sign In
Soumitra Mondal's WebLog
About Visual Studio, Windows Installer and ClickOnce Deployment
Options
Blog Home
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
May 2012
(1)
April 2012
(1)
February 2012
(1)
January 2012
(1)
December 2011
(1)
November 2011
(1)
September 2011
(1)
August 2011
(4)
May 2011
(2)
April 2011
(3)
February 2011
(1)
December 2010
(1)
November 2010
(1)
October 2010
(1)
September 2010
(2)
August 2010
(1)
July 2010
(4)
June 2010
(1)
May 2010
(3)
April 2010
(1)
March 2010
(1)
December 2009
(2)
October 2009
(2)
September 2009
(6)
August 2009
(10)
May 2009
(1)
MSDN Blogs
>
Soumitra Mondal's WebLog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Soumitra Mondal's WebLog
An error occurred while signing: Key not valid for use in specified state
Posted
25 days ago
by
Soumitra Mondal
0
Comments
When a user tries to publish a ClickOnce application after changing the user account password, it would fail with one of below error messages: “Cannot publish because a project failed to build.” “An error occurred while signing: Key not valid for use...
Soumitra Mondal's WebLog
MS12-025 : KB2656370 Microsoft .NET Framework 1.1 -- Internal Error 2705. Directory
Posted
1 month ago
by
Soumitra Mondal
0
Comments
The recent release of Microsoft Security Bulletin MS12-025 (KB2656370) might fail on Windows XP/Windows 2003 systems. The patch may fail with an error message: “Microsoft .NET Framework 1.1 -- Internal Error 2705. Directory”. In fact, if you try to repair...
Soumitra Mondal's WebLog
Reference in the manifest does not match the identity of the downloaded assembly
Posted
3 months ago
by
Soumitra Mondal
0
Comments
You may find the below error message while launching a ClickOnce application: “Reference in the manifest does not match the identity of the downloaded assembly MyApp.exe.” Log snippet: ERROR SUMMARY Below is a summary of the errors,...
Soumitra Mondal's WebLog
MS11-100 : KB2656353 Error Microsoft .NET Framework 1.1 -- Internal Error 2705. Directory
Posted
4 months ago
by
Soumitra Mondal
10
Comments
The recent release of Microsoft Security Bulletin MS11-100 KB2656353 might fail on Windows XP/Windows 2003 systems. The patch may fail with an error message: “Microsoft .NET Framework 1.1 -- Internal Error 2705. Directory” In fact, if...
Soumitra Mondal's WebLog
Removal of a component from a feature is not supported
Posted
5 months ago
by
Soumitra Mondal
0
Comments
You might observe that files are not being upgraded after applying a small update or a minor upgrade patch. The upgrade log may not show the exact cause of the issue. After investigation, I found some component rule violation in the upgrade package. To...
Soumitra Mondal's WebLog
An error occurred while signing: SignTool.exe not found.
Posted
6 months ago
by
Soumitra Mondal
1
Comments
While publishing a ClickOnce application using Visual Studio 2010, it may fail with the following error message: Error 1 Cannot publish because a project failed to build. Error 2 An error occurred while signing: SignTool.exe not...
Soumitra Mondal's WebLog
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...
Soumitra Mondal's WebLog
MS11-049 patch is re-offered through Windows Update
Posted
9 months ago
by
Soumitra Mondal
0
Comments
Recently MS11-049 (KB2251481) patch was re-released (9th August, 2011) and it is re-offered through Windows Update for the scenario where users have both Visual Studio 2005 SP1 and Visual Studio 2005 Premier Partner Edition SP1 installed on their systems...
Soumitra Mondal's WebLog
Error 25015.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\IEExecRemote.dll' because of system error: Access is denied
Posted
9 months ago
by
Soumitra Mondal
0
Comments
While installing .Net Framework 3.5 SP1 / .Net Framework 2.0 SP2, it may fail with the following error message: Error 25015.Failed to install assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\IEExecRemote.dll' because of system error: Access...
Soumitra Mondal's WebLog
Executing op: CustomActionSchedule(Action=ExecSecureObjects,ActionType=3073,Source=BinaryData
Posted
9 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...
Soumitra Mondal's WebLog
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
9 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 the failure MSI...
Soumitra Mondal's WebLog
Warning 1909.Could not create Shortcut Visual Studio Command Prompt (2010).lnk
Posted
over 1 year ago
by
Soumitra Mondal
0
Comments
Visual Studio(2005/2008/2010) SP1 Installation never completes and in the MSI log it shows the bellow information: MSI (s) (3C:D4) [20:10:57:165]: Executing op: ShortcutCreate(Name=0aszr6bc.s_v|Visual Studio 2010 Remote Debugger Folder,,,FileName=C:\Program...
Soumitra Mondal's WebLog
.NET Framework Initialization Error
Posted
over 1 year ago
by
Soumitra Mondal
2
Comments
While running a .Net 4.0 application, you find the below error message: --------------------------- MyApp.exe - .NET Framework Initialization Error --------------------------- To run this application, you first must install one of the following versions...
Soumitra Mondal's WebLog
KB2455033 fails to install from Windows Update
Posted
over 1 year ago
by
Soumitra Mondal
2
Comments
You may find that the installation of security update for microsoft visual studio 2010 (KB2455033) constantly fails. From the log I found the following information: MSI (s) (54:60) [16:31:43:796]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is...
Soumitra Mondal's WebLog
Installation failed with error code: (0x800B010B), "Generic trust failure”
Posted
over 1 year ago
by
Soumitra Mondal
5
Comments
While installing .Net Framework 4.0, you might encounter with the below error: Installation failed with error code: (0x800B010B), "Generic trust failure” From the log snippet: [4/1/2011, 14:18:27]C:\11f6f1228c8fb51ff5\Windows6.0-KB956250-v6001...
Soumitra Mondal's WebLog
MS11-028 update causes failure for MMCs and PowerShell to launch
Posted
over 1 year ago
by
Soumitra Mondal
1
Comments
Recently this patch MS11-028 http://support.microsoft.com/kb/2484015 (msu update) was released and after applying the patch you may find issues such as MMC crashes on startup and couple of exceptions involving mscorwks.dll version 2.0.50727.5653...
Soumitra Mondal's WebLog
"Error 25007.Error occurred while initializing fusion. Setup could not load fusion with LoadLibraryShim(). Error: 0x80131700"
Posted
over 1 year ago
by
Soumitra Mondal
0
Comments
We would receive the above error while removing KB976576 http://support.microsoft.com/kb/976576 The exact repro steps are mentioned below: Install .Net framework 3.5 sp1 è .Net framework 4.0 and KB976576.Now try to remove KB976576. From the log it shows...
Soumitra Mondal's WebLog
"The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail."
Posted
over 2 years ago
by
Soumitra Mondal
2
Comments
An application may crash with the following error message "The application has failed to start because its side-by-side configuration is in correct. Please see the application event log for more detail." In the Application Event Viewer log:...
Soumitra Mondal's WebLog
mmc could not create the snap-in.
Posted
over 2 years ago
by
Soumitra Mondal
2
Comments
After installing KB2416473, while launching MMC it may throw the following error: Here is the complete workaround: 1) If 3.0 is installed ("C:\windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe"...
Soumitra Mondal's WebLog
You may find slow down in system booting time after installing .NET Framework 4.0 client profile
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
You may find slow down in system booting time after installing .NET Framework 4 client profile on a system and removing .NET Framework 4.0 client profile may resolve the issue. First you should check if there is an mscorsvw process that is taking a bunch...
Soumitra Mondal's WebLog
“Could not load type 'System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy'”
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
You may receive an error "Could not load type 'System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy'" after you install the update KB976769v2. WCF service may stop working also. From the logs, we saw that one of the...
Soumitra Mondal's WebLog
“Current thread must be set to single thread apartment (STA) mode before OLE calls can be made”
Posted
over 2 years ago
by
Soumitra Mondal
6
Comments
While calling a OpenFileDialog ( http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx ) via Installer class as a Custom Action in the Visual Studio Setup project, it just hangs there. When we attach a debugger we receive...
Soumitra Mondal's WebLog
KB983583(MS10-060) is re-offered by Windows Update
Posted
over 2 years ago
by
Soumitra Mondal
2
Comments
Based on the symptom and looking at the log files, I found that we might have installed a bad hotfix baseliner contained in KB952883 , which causes the subsequent updates (including 983583) to fail. This issue can be fixed by installing the hotfix KB975954...
Soumitra Mondal's WebLog
"The upgrade patch can not be installed by the windows installer service because the program to be upgraded may be running or the upgrade patch may update a different version of the program"
Posted
over 2 years ago
by
Soumitra Mondal
0
Comments
The Patch KB 974417 http://www.microsoft.com/downloads/details.aspx?familyid=491874d4-5eea-4545-9b7d-3861857c862e&displaylang=en might fail to install with an error message "The upgrade patch can not be installed by the windows installer service...
Soumitra Mondal's WebLog
Files are removed from the application folder after upgrading a Setup project from Visual Studio 2008 to Visual Studio 2010
Posted
over 2 years ago
by
Soumitra Mondal
6
Comments
If you migrate a Setup project from Visual Studio 2008 to Visual Studio 2010 and set the property RemovePreviousVersion=True, The upgrade package removes the application folder once it is installed. This issue occurs because the Component GUID's are changed...
Page 1 of 3 (54 items)
1
2
3