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
Tags
"Assembly Error: The assembly is built by a runtime newer than the currently loaded runtime
.net framework 3.5 sp1
and cannot be loaded."
ClickOnce
ClickOnce application reinstallation
error 1612
errors 1714
HKEY_CURRENT_USER\Software\Classes\Software\Microsoft\Windows\CurrentVersion\Deployment\SideBySide\2.0\PackageMetadata
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\ExtensionManager\EnabledExtensions
KB2538243
KB2538243 reoffered
MBSA 2.2 scanning tool reoffering KB 2538243
MS11-025
MSI
package load errors
Security bulletin MS11-025
visual studio
visual studio extensions
visual studio launch error
visual studio new project
visuals studio 2010
Archive
Archives
May 2013
(1)
April 2013
(5)
March 2013
(6)
February 2013
(3)
January 2013
(3)
November 2012
(2)
October 2012
(7)
September 2012
(6)
August 2012
(1)
July 2012
(2)
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)
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
The mounted file system does not support extended attributes
Posted
13 days ago
by
Soumitra Mondal
0
Comments
The Microsoft .Net Framework 3.5 SP1 /2.0 SP2 Setup may fail without any error message or the setup may crash almost at the end. You can find the below error messages in the log file: MSI (s) (00:C8) [10:09:41:999]: Executing op: CustomActionSchedule...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MBSA 2.2 scanning tool reoffering KB 2538243, even after a successful installation on the machine
Posted
20 days ago
by
Ritwik Sinha
0
Comments
This week we worked on a customer case, where we found that the computer was being scanned vulnerable by Microsoft Base Line Security Analyzer tool (MBSA 2.2). Issue Description : MBSA 2.2 scanning tool is reoffering KB2538243 , even though it has been...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
A custom deployment of ClickOnce application starts the reinstallation process every time the user logs off and logs back again
Posted
20 days ago
by
Ritwik Sinha
0
Comments
While working on customer case, I came across an interesting issue with an application deployed using ClickOnce. Issue Description : A custom deployment of ClickOnce application starts the reinstallation process every time the user logs off and logs back...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Error message “MSBuild.exe is not a valid Win32 application” is shown while trying to build using MSBuild.exe.
Posted
24 days ago
by
RohitSarangi
0
Comments
While working on a recent customer case, we observed the following error message, MSBuild.exe is not a valid Win32 application. Issue Description: A project is build using the MSBuild.exe and the following error message is shown. OS Environment...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Install cannot continue because some required components failed
Posted
1 month ago
by
Soumitra Mondal
0
Comments
Microsoft Visual Studio 2012 Setup may fail on Windows 7 system with the below error screenshot: As per the Setup failure log (dd_vs_***_58*****875_vs_professionalcore.log): MSI (s) (A4:48) [18:08:37:579]: Executing op: CustomActionSchedule(Action...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file.
Posted
1 month ago
by
Soumitra Mondal
0
Comments
You may find the below error message while trying to create or build a VC++ (Win32/MFC/ATL) project in Microsoft Visual Studio 2012: MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of .net framework 3.5 sp1 fails with error codes 1714 and 1612
Posted
1 month ago
by
Ritwik Sinha
0
Comments
ISSUE DESCRIPTION: The installation of .NET Framework 3.5 SP1 fails with errors 1714 and 1612 on a machine that already has .NET Framework 3.5 installed (with corresponding source files missing under the installer cache). ENVIRONMENT: Windows Server2003...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Visual Studio 2010 throws package load errors on launch and creation of new project fails
Posted
1 month ago
by
Ritwik Sinha
0
Comments
ISSUE DESCRIPTION: Visual Studio 2010 throws package load errors on launch and creation of new project in fails with more errors ENVIRONMENT: This is applicable to both 32 bit and 64 bit machines, running Windows 8/Widows 7/ Server 2012/ Server 2008/...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Visual Studio 2012 IDE shows “Failed to create a 'ImageSource' from the text '..\Images\Medium.png'. while accessing file New / file Open dialog boxes.
Posted
2 months ago
by
RohitSarangi
2
Comments
Recently we worked on an interesting issue with a new installation of Visual Studio 2012. Where the IDE would open but trying create a new project or opening an existing project using the File > Open menu would fail with error an error message...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Error: Installation failed for component Microsoft .NET Framework 3.5 (x64) 'package'. MSI returned error code 1603
Posted
2 months ago
by
Soumitra Mondal
0
Comments
The Microsoft .Net Framework 3.5 SP1 Setup may fail without any error message or the setup may crash almost at the end. You can find the below error messages in the log file: [01/20/13,05:32:37] Microsoft .NET Framework 3.5 (x64) 'package': [2] Error...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
"Unknown trust provider" Error while installing .NET Framework 4.0.
Posted
2 months ago
by
RohitSarangi
0
Comments
Error messages found from the installation logs: 1) Final Result: Installation failed with error code: ( 0x800B0001 ), "Unknown trust provider. " (Elapsed time: 0 00:00:12). 2) Windows update could not be installed because of error 2359302...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Error HRESULT E_FAIL has been returned from a call to a COM component
Posted
2 months ago
by
Soumitra Mondal
0
Comments
There are scenarios where you might find the following errors/exceptions: --------------------------- Setup --------------------------- Setup encountered an unexpected error in the package contents.The package will not be installed.Please contact your...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of an MSI package shows "Assembly Error: The assembly is built by a runtime newer than the currently loaded runtime, and cannot be loaded." error
Posted
2 months ago
by
Ritwik Sinha
0
Comments
While working on a customer case involving a Windows installer based package, we came across an interesting issue that was preventing the installation of the MSI package on a particular computer. The setup failed with the following error message that...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
System.TypeLoadException while executing any .Net Framework 2.0 application
Posted
2 months ago
by
Soumitra Mondal
0
Comments
You may find any .Net 2.0 application crashes with an error message "setup.exe has encountered a problem and needs to close" You may also find the following error message in the Application Event log: EventType clr20r3, P1 <application name>...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
MS13-004 patch for .Net 1.1 is re-offered on Windows XP systems even though patch binaries are updated successfully
Posted
3 months ago
by
Soumitra Mondal
0
Comments
Recently I found an issue with latest release of MS13-004 patch. MS13-004 patch for .Net 1.1 is re-offered on Windows XP systems even though patch files are updated successfully. I collected and reviewed the below logs but didn’t find any meaningful...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
SignatureDescription could not be created for the signature algorithm supplied
Posted
3 months ago
by
Soumitra Mondal
0
Comments
While running a ClickOnce 4.5 application, you may receive the below error message: Once you click on D etails… button, it will popup the log file where you can find the below exception: Following failure messages were detected: + Exception...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Failed to connect to server. Error: 0x80004005
Posted
3 months ago
by
Soumitra Mondal
0
Comments
The .Net Framework 2.0 SP2/3.5 SP1 fails/crashes immediately after running the Setup on Windows 2003 systems. As per the failure verbose log ( How to Enable Microsoft Installer logging ): === Verbose logging started: 1/14/2013 5:35:52 Build type: SHIP...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Windows SmartScreen prevented an unrecognized app from running. Running this app might put your PC at risk
Posted
4 months ago
by
Soumitra Mondal
3
Comments
When you try to install a ClickOnce application on Windows 8 OS, it is intercepted by the SmartScreen filter. It would show the below screenshot: Though the application is signed with a certificate from Verisign, still the publisher name is displayed...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
KB2698023: "Error 1606.Could not access network location”
Posted
5 months ago
by
Soumitra Mondal
0
Comments
You may receive an error message "Error 1606 .Could not access network location” while installing the recent release of 1.1 security patch (KB2698023) How do you detect the issue · Open %temp% and look for the installation log for that...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Error 1334. The file '_xxxxxxxxxxxxxxxxxxxxxxxxxxx' cannot be installed because the file cannot be found in cabinet file
Posted
5 months ago
by
Soumitra Mondal
0
Comments
MSI package having multi files custom merge module fails to install after applying a localized transform. You would find the below error message: "Error 1334. The file '_xxxxxxxxxxxxxxxxxxxxxxxxxxx' cannot be installed because the file cannot be found...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Setup.exe is not a valid Win32 application
Posted
7 months ago
by
Soumitra Mondal
8
Comments
You would receive the below error message while running a ClickOnce bootstrapper created using Visual Studio 2012 on Windows XP systems. Clickonce bootstrapper engine (setup.exe) that was shipped with Visual Studio 2012 is NOT compatible...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of net framework updates like KB2657424 failing as ‘web.config’ file has Read Only (RO) attribute
Posted
7 months ago
by
Sarat Bade
0
Comments
ISSUE DESCRIPTION: Installation of .net framework updates like KB2657424 failing as ‘web.config’ file has Read Only (RO) attribute ENVIRONMENT: This is applicable to both 32 bit and 64 bit machines, running Windows 8/Widows 7/ Server 2012/ Server...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of .NET Framework 3.5 SP1 fails due to an existing .NET 4.0 mscoree.dll
Posted
7 months ago
by
Sarat Bade
0
Comments
ISSUE DESCRIPTION: Failing installation of .net framework 3.5 sp1 with existing mscoreee.dll file version being 4.0 ENVIRONMENT: This is applicable to both 32 bit and 64 bit machines, running Windows Server2003/XP Symptom and inference : It may...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
Installation of VC++2005/2008 redistributables fail with 0x80070005 Assembly Error:Access is denied issue
Posted
7 months ago
by
Sarat Bade
0
Comments
Issue Description: Installation of VC++ 2005/2008 fail with 0x80070005 Assembly Error:Access is denied issue MSI (s) (54:80) [13:56:14:694]: Assembly Error:Access is denied. MSI (s) (54:80) [13:56:14:694]: Note: 1: 1935 2: {97F81AF1-0E47-DC99-A01F...
Microsoft Visual Studio/.Net Framework Setup & Deployment Tips & Tricks
All the Project templates missing in Visual Studio 2012
Posted
7 months ago
by
Sarat Bade
0
Comments
Issue Description: After installing Visual Studio 2012 successfully when we launch the IDE and click “New Project” all the Project templates are missing in the IDE. Root Cause: When we take a Procmon log while clicking “New Project” and check for...
Page 1 of 5 (114 items)
1
2
3
4
5