locked
Unable to install Enterprise Library 2007 on Windows 7 RRS feed

  • Question

  • I need Enterprise Library 2007 for my project. When i try installing, it throws the error : Microsoft .Net 2.0 needed . I try to install microsoft .Net 2.0, then it throws the error : .Net 2.0 is already part of the operating system. I uninstalled .net 4.5.1 from my system and tried installing 2.0, yet it throws the same error. Is there any workaround for this. ( I have installed microsoft visual studio 2010 ultimate also in my system)
    Thursday, April 30, 2015 6:27 AM

Answers

  • .NET Framework 3.5 SP1 is an integral part of your Windows 7 OS. .NET 3.5 includes 2.0 and 3.0. That is why you cannot install 2.0, 3.0 or 3.5 on Windows 7 as a user.

    You can check for .NET 3.5 SP1 on your system as follows:

    Control Panel->Programs and Features... Turn Windows Features On and Off.

    You can check the integrity of .NET 3.5 with this tool:

    http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx

    Run the tool with .NET 2.0 selected, then post the LAST 15 lines of the tool log here.

    BTW .NET 4.0/4.5 are completely unrelated to .NET 3.5. They are separate versions. 4.0 is required by VS 2010.

    You should note that "Enterprise Library 2007", presuming you mean Enterprise Library 3.1 - May 2007, is an OLD version designed for use with VS 2005 (now out of support). That may be the reason for your issue.

    Read here about available versions:

    https://msdn.microsoft.com/library/cc467894.aspx


    • Edited by pvdg42 Thursday, April 30, 2015 2:24 PM
    • Proposed as answer by Barry Wang Friday, May 1, 2015 1:45 AM
    • Marked as answer by Barry Wang Friday, May 15, 2015 4:47 AM
    Thursday, April 30, 2015 2:14 PM