dotnetfx4 45 min install after installing SQL Server 2008 R2 SP1
-
vendredi 8 juin 2012 07:22Im trying to install dotnetfx4 after installing SQL Server 2008 R2 SP1. The dotnetfx4 installer just halt for 40 min. Installing without SQL Server takes 3 minutes.
Im doing a scripted install och hundreds of hosts so 40 minutes is a lot of time...
Looking at the installlog, there are a lot of FileNotFoundExceptions concerning SQL Server related assemblies.
Here are a couple of lines from the netfx_core_x64.msi log file:
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value .
while resolving 0xa0009e1 - Microsoft.ReportingServices.SemanticQueryDesign.ExpressionUI.GetExpressionImage.
Warning: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportingServices.SemanticQueryDesign, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.ReportingServices.SemanticQueryDesign, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value .
while resolving 0xa0009e2 - Microsoft.ReportingServices.SemanticQueryDesign.ExpressionUI.GetExpressionImageIndex.
Warning: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportingServices.Modeling, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.ReportingServices.Modeling, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value .
while resolving 0xa0009e3 - Microsoft.ReportingServices.Modeling.EntityRefNode.get_ModelEntity.
Warning: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportingServices.Modeling, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.ReportingServices.Modeling, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
Toutes les réponses
-
samedi 9 juin 2012 14:59
Might ask them here.
http://social.msdn.microsoft.com/Forums/en/netfxsetup/threads
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.- Marqué comme réponse Cheers ZHANGMicrosoft Contingent Staff, Moderator vendredi 15 juin 2012 08:03

