.net framework error

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #21

    The main MS site that would come up for the error had 3 reasons for this failure:
    - SYSTEM account not having the permission
    - trying to install to an encrypted folder
    - 3rd, I can't remember at the moment
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #22

    I have to admit that I wasn't eve aware that a .NET v4.6 was in the works - let alone released (just goes to show how much I know!)
    Almost all Windows/Microsoft Updates will choose the partition with the most available free space at the repository for the TEMPORARY files it creates during the install - but NOT the location for the final installed files.

    The installed file location will be determined by the installer and the default locations specified by the Administrator on the client system.

    In almost all cases of serious problems with .NET other than those with the preinstalled versions (3.5 in the case of Win7) the best solution is to uninstall and clean up using Aaron Stebner's tool here - .NET Framework Cleanup Tool User's Guide - Aaron Stebner's WebLog - Site Home - MSDN Blogs - and then reinstall the latest version from a fresh download.
      My Computer


  3. Posts : 10,485
    W7 Pro SP1 64bit
       #23

    NoelDP said:
    ~~~
    In almost all cases of serious problems with .NET other than those with the preinstalled versions (3.5 in the case of Win7) the best solution is to uninstall and clean up using Aaron Stebner's tool here - .NET Framework Cleanup Tool User's Guide - Aaron Stebner's WebLog - Site Home - MSDN Blogs - and then reinstall the latest version from a fresh download.
    I think that the OP tried that and another tool. See post #11.

    But maybe we should work thru what the OP did and saw whiel using Stebner's tool.
      My Computer


  4. Posts : 96
    Windows 7 VL (64-bit)
    Thread Starter
       #24

    UsernameIssues said:
    Layback Bear said:
    Netframe works should be on the "C" partition.

    How much free space do you have in the "C" partition.
    According to the log files, it is going onto "C".
    That has no bearing on where it decompresses to.

    tkrojam,
    Can you provide a link to the exact file that you are using to perform this install? Your link in post #13 is to a web based installer. Is that what you used? Or maybe an offline/standalone installer? I would like to install this into a virtual machine so that I can compare a good log file with yours. I see things in your log files that don't seem to mean what I initially thought they meant:

    Code:
    MSI (s) (3C!F4) [14:16:30:289]: Note: 1: 2259 2:  3:  4:  
    08/05/15 14:16:30 DDSet_Status: Reserving disk space by 16460256 in %windir%
    08/05/15 14:16:30 DDSet_Warning: MsiViewExecute failed
    08/05/15 14:16:30 DDSet_Warning: Could not reserve disk space for mscorlib_dll_x86
    08/05/15 14:16:30 DDSet_Status: component: system_enterpriseservices_dll_x86
    08/05/15 14:16:30 DDSet_Status: Size: 239848
    Plenty of people have threads quoting those same lines - yet they have enough free space (like you do). But the real puzzler is, there are lines like that even when the .net install completes "without error". Also, the installer can reserve space for subsequent files - then another round of failures to reserve space. I guess we can ignore those lines.

    These lines I wonder about:
    Code:
    MSI (s) (3C!CC) [14:16:32:959]: Source type from package 'netfx_Full_x64.msi': 0
    MSI (s) (3C!CC) [14:16:32:959]: SECREPAIR: Hash Database: C:\Windows\Installer\SourceHash{94A631D5-B30A-3DD8-B65C-1117C09DA73E}
    MSI (s) (3C!CC) [14:16:32:959]: SECREPAIR: SourceHash database file already exists. Deleting it.
    MSI (s) (3C!CC) [14:16:32:969]: Note: 1: 2262 2: SourceHash 3: -2147287038 
    MSI (s) (3C!CC) [14:16:32:969]: SECREPAIR: New Hash Database creation complete.
    MSI (s) (3C!CC) [14:16:32:969]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Crypt Provider not initialized. Error:0
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Crypt Provider not initialized. Error:997
    MSI (s) (3C!CC) [14:16:32:979]: SECUREREPAIR: Failed to CreateContentHash of the file: 1030\SetupResources.dll: for computing its hash. Error: 997
    MSI (s) (3C!CC) [14:16:32:979]: SECREPAIR: Failed to create hash for the install source files
    MSI (s) (3C!CC) [14:16:32:979]: SECUREREPAIR: SecureRepair Failed. Error code: 3e5FC3E44B8
    Action start 14:16:32: CA_NgenUpdateHighestVersion_I_RB_amd64.3643236F_FC70_11D3_A536_0090278A1BB8.
    MSI (s) (3C!CC) [14:16:32:979]: 
    Error 997.Overlapped I/O operation is in progress.
    Download Microsoft .NET Framework 4.6 (Offline Installer) for Windows Vista SP2, Windows 7 SP1, Windows 8, Windows 8.1, Windows Server 2008 SP2 Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2 from Official Microsoft Downloa
      My Computer


  5. Posts : 96
    Windows 7 VL (64-bit)
    Thread Starter
       #25

    GokAy said:
    The main MS site that would come up for the error had 3 reasons for this failure:
    - SYSTEM account not having the permission
    - trying to install to an encrypted folder
    - 3rd, I can't remember at the moment
    Thanks for reply.
    - SYSTEM account not having the permission <<< This is the only admin account
    - trying to install to an encrypted folder <<< I confirmed Temp folder was not encrypted
      My Computer


  6. Posts : 10,485
    W7 Pro SP1 64bit
       #26

    SECREPAIR: Crypt Provider not initialized.

    This seems to point to a problem with your profile.

    Create a temporary local admin user account and try the install via that account.
      My Computer


  7. Posts : 96
    Windows 7 VL (64-bit)
    Thread Starter
       #27

    UsernameIssues said:
    SECREPAIR: Crypt Provider not initialized.

    This seems to point to a problem with your profile.

    Create a temporary local admin user account and try the install via that account.
    For your approach, I tried but no help, please find the attached .zip for LOG files
    .net framework error Attached Files
      My Computer


  8. Posts : 10,485
    W7 Pro SP1 64bit
       #28

    Thanks for testing with a new account.

    Can you install any app via an MSI file?
      My Computer


  9. Posts : 96
    Windows 7 VL (64-bit)
    Thread Starter
       #29

    UsernameIssues said:
    Thanks for testing with a new account.

    Can you install any app via an MSI file?
    Yes. Moreover, I can successfully install 4.6 on my X220 laptop (running W2K8 Server R2), please find the attached .zip for LOG files if any helpful ideas, Thanks!
    .net framework error Attached Files
      My Computer


  10. Posts : 10,485
    W7 Pro SP1 64bit
       #30

    I have successfully installed 4.6 several times while thinking about this thread of yours.

    You are probably better off with a repair install of the OS. See post #8
    .
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:31.
Find Us