Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. .net framework 3.5 and visual studio 2008

.net framework 3.5 and visual studio 2008

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdatabasesql-serverdotnetvisual-studio
10 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Soumini Ramakrishnan
    wrote on last edited by
    #1

    I was installing visual studio 2008 on my laptop(windows 7). But the installation stuck when it was trying to install sql server 2005. By googling I learned that sql server 2005 requires .net framework 3.5 to be installed on the system. Then I downloaded .net framework 3.5 sp1 and tried to install it. But the installation failed. My system is already having .net framework 4. How to install sql server successfully.

    H D A 3 Replies Last reply
    0
    • S Soumini Ramakrishnan

      I was installing visual studio 2008 on my laptop(windows 7). But the installation stuck when it was trying to install sql server 2005. By googling I learned that sql server 2005 requires .net framework 3.5 to be installed on the system. Then I downloaded .net framework 3.5 sp1 and tried to install it. But the installation failed. My system is already having .net framework 4. How to install sql server successfully.

      H Offline
      H Offline
      hammerstein05
      wrote on last edited by
      #2

      Were you given an error when it was trying to install SQL server? The prerequisites are checked pretty well in MS products, so if it couldn't install SQL server, it wouldn't have let you proceed.

      K 1 Reply Last reply
      0
      • S Soumini Ramakrishnan

        I was installing visual studio 2008 on my laptop(windows 7). But the installation stuck when it was trying to install sql server 2005. By googling I learned that sql server 2005 requires .net framework 3.5 to be installed on the system. Then I downloaded .net framework 3.5 sp1 and tried to install it. But the installation failed. My system is already having .net framework 4. How to install sql server successfully.

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Windows 7 already comes with .NET 1.x, 2.0, 3.0, and 3.5 installed, in both 32- and 64-bit (if appropriate) versions.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        S 1 Reply Last reply
        0
        • S Soumini Ramakrishnan

          I was installing visual studio 2008 on my laptop(windows 7). But the installation stuck when it was trying to install sql server 2005. By googling I learned that sql server 2005 requires .net framework 3.5 to be installed on the system. Then I downloaded .net framework 3.5 sp1 and tried to install it. But the installation failed. My system is already having .net framework 4. How to install sql server successfully.

          A Offline
          A Offline
          Abhinav S
          wrote on last edited by
          #4

          Soumini Ramakrishnan wrote:

          .net framework 3.5 sp1 and tried to install it. But the installation failed

          You can run frameworks 3.5 and 4.0 side by side, so you should not have got any errors during install. Try searching the internet for the error you get and you may find a solution.

          1 Reply Last reply
          0
          • D Dave Kreskowiak

            Windows 7 already comes with .NET 1.x, 2.0, 3.0, and 3.5 installed, in both 32- and 64-bit (if appropriate) versions.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            S Offline
            S Offline
            Soumini Ramakrishnan
            wrote on last edited by
            #5

            But I couldn't find .net framework 3.5,3.0 or 2.0 in Add/Remove Programs.

            D 1 Reply Last reply
            0
            • S Soumini Ramakrishnan

              But I couldn't find .net framework 3.5,3.0 or 2.0 in Add/Remove Programs.

              D Offline
              D Offline
              Dave Kreskowiak
              wrote on last edited by
              #6

              That's because it's not there. You look under C:\Windows\Microsoft.NET\Framework and Framework64 (if applicable.) In either case, you'll find folders in there with the versions of the .NET Frameworks that are installed. On my Vista machine, I have:

              C:
              \Windows
              \Microsoft.NET
              \Framework
              \v1.0.3705
              \v1.1.4322
              \v2.0.50727
              \v3.0
              \v3.5
              \v4.0.30128

              I leave it to you to determine which 32-bit versions of the .NET Framework are installed from that list...

              A guide to posting questions on CodeProject[^]
              Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                   2006, 2007, 2008
              But no longer in 2009...

              S L 2 Replies Last reply
              0
              • D Dave Kreskowiak

                That's because it's not there. You look under C:\Windows\Microsoft.NET\Framework and Framework64 (if applicable.) In either case, you'll find folders in there with the versions of the .NET Frameworks that are installed. On my Vista machine, I have:

                C:
                \Windows
                \Microsoft.NET
                \Framework
                \v1.0.3705
                \v1.1.4322
                \v2.0.50727
                \v3.0
                \v3.5
                \v4.0.30128

                I leave it to you to determine which 32-bit versions of the .NET Framework are installed from that list...

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008
                But no longer in 2009...

                S Offline
                S Offline
                Soumini Ramakrishnan
                wrote on last edited by
                #7

                Thanks. I could see the frameworks under c:/windows/Microsoft .net/Framework. Mine is 32-bit.

                1 Reply Last reply
                0
                • D Dave Kreskowiak

                  That's because it's not there. You look under C:\Windows\Microsoft.NET\Framework and Framework64 (if applicable.) In either case, you'll find folders in there with the versions of the .NET Frameworks that are installed. On my Vista machine, I have:

                  C:
                  \Windows
                  \Microsoft.NET
                  \Framework
                  \v1.0.3705
                  \v1.1.4322
                  \v2.0.50727
                  \v3.0
                  \v3.5
                  \v4.0.30128

                  I leave it to you to determine which 32-bit versions of the .NET Framework are installed from that list...

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                       2006, 2007, 2008
                  But no longer in 2009...

                  L Offline
                  L Offline
                  Luc Pattyn
                  wrote on last edited by
                  #8

                  your V4.0 seems a bit out-of-date. Mine is v4.0.30319 :)

                  Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                  Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.

                  D 1 Reply Last reply
                  0
                  • L Luc Pattyn

                    your V4.0 seems a bit out-of-date. Mine is v4.0.30319 :)

                    Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

                    Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.

                    D Offline
                    D Offline
                    Dave Kreskowiak
                    wrote on last edited by
                    #9

                    Yeah, that machine still had the RC on it... :-\

                    A guide to posting questions on CodeProject[^]
                    Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                         2006, 2007, 2008
                    But no longer in 2009...

                    1 Reply Last reply
                    0
                    • H hammerstein05

                      Were you given an error when it was trying to install SQL server? The prerequisites are checked pretty well in MS products, so if it couldn't install SQL server, it wouldn't have let you proceed.

                      K Offline
                      K Offline
                      kr23 ru
                      wrote on last edited by
                      #10

                      hm..

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups