Net Framework Problem [Solved]

VB has nothing to do with this.
As Kshitiz pointed out, Its most probably due to a connection problem.
Delete the temporary files in your computer, and try again.
 
As Abhas said, VB has nothing to do with this because this is a runtime engine, not a development-time engine or a compiler or something.
 
Here is Error Log File
Code:
[03/19/09,12:10:39] Microsoft .NET Framework 2.0a: [2] Failed to fetch setup file in CBaseComponent::PreInstall()
[03/19/09,12:10:39] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467260.
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::RunInstallPhase() - Call to Pre/Install/Post for InstallComponents failed
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::RunInstallPhaseAndCheckResults() - RunInstallPhase() returned a NULL piActionResults
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::RunInstallFromList() - RunInstallPhaseAndCheckResults failed [2]
[03/19/09,12:10:39] setup.exe: [2] ISetupManager::RunInstallLists(IP_PREINSTALL failed in ISetupManager::RunInstallFromThread()
[03/19/09,12:10:39] setup.exe: [2] ISetupManager::RunInstallFromThread() failed in ISetupManager::RunInstall()
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::Run() - Call to RunInstall() failed
[03/19/09,12:10:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.
[03/19/09,12:10:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a was not attempted to be installed.
[03/19/09,12:10:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.5 'package' was not attempted to be installed.
[03/21/09,11:20:32] VS Scenario: [2] *** Blocking Components exist and must be satisified before continuing to install ***
[03/21/09,11:20:32] VS Scenario: [2] Microsoft Windows Installer 3.1
[03/21/09,11:20:32] VS Scenario: [2] *** End of Blocking Component List ***
[03/21/09,11:20:41] VS Scenario: [2] Failed to pass the Warnings/Blocks checks in CVSScenario::Start()
[03/21/09,12:26:58] Microsoft .NET Framework 3.0a: [2] Error: Installation failed for component Microsoft .NET Framework 3.0a. MSI returned error code 1603
[03/21/09,12:27:26] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a is not installed.
 

Attachments

  • dd_dotnetfx35error.txt
    3.8 KB · Views: 23
Last edited:
I am now getting this error after installation completes
Code:
[03/19/09,12:10:39] Microsoft .NET Framework 2.0a: [2] Failed to fetch setup file in CBaseComponent::PreInstall()
[03/19/09,12:10:39] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467260.
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::RunInstallPhase() - Call to Pre/Install/Post for InstallComponents failed
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::RunInstallPhaseAndCheckResults() - RunInstallPhase() returned a NULL piActionResults
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::RunInstallFromList() - RunInstallPhaseAndCheckResults failed [2]
[03/19/09,12:10:39] setup.exe: [2] ISetupManager::RunInstallLists(IP_PREINSTALL failed in ISetupManager::RunInstallFromThread()
[03/19/09,12:10:39] setup.exe: [2] ISetupManager::RunInstallFromThread() failed in ISetupManager::RunInstall()
[03/19/09,12:10:39] setup.exe: [2] CSetupManager::Run() - Call to RunInstall() failed
[03/19/09,12:10:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.
[03/19/09,12:10:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a was not attempted to be installed.
[03/19/09,12:10:40] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.5 'package' was not attempted to be installed.
[03/21/09,11:20:32] VS Scenario: [2] *** Blocking Components exist and must be satisified before continuing to install ***
[03/21/09,11:20:32] VS Scenario: [2] Microsoft Windows Installer 3.1
[03/21/09,11:20:32] VS Scenario: [2] *** End of Blocking Component List ***
[03/21/09,11:20:41] VS Scenario: [2] Failed to pass the Warnings/Blocks checks in CVSScenario::Start()
[03/21/09,12:26:58] Microsoft .NET Framework 3.0a: [2] Error: Installation failed for component Microsoft .NET Framework 3.0a. MSI returned error code 1603
[03/21/09,12:27:26] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a is not installed.
[03/22/09,21:00:31] XPSEPSC Installer: [2] Component XPSEPSC Installer returned an unexpected value.
[03/22/09,21:00:44] WapUI: [2] DepCheck indicates XPSEPSC Installer is not installed.
[03/22/09,21:03:03] XPSEPSC Installer: [2] Component XPSEPSC Installer returned an unexpected value.
[03/22/09,21:03:15] WapUI: [2] DepCheck indicates XPSEPSC Installer is not installed.
 

Users who are viewing this thread

Top