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. dotnetfx2

dotnetfx2

Scheduled Pinned Locked Moved .NET (Core and Framework)
visual-studiocsharpquestion
4 Posts 3 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
    sas9491
    wrote on last edited by
    #1

    I downloaded and installed dotnetfx2 but none of the dll's are showing up in the references list (add references to a project) in the IDE. I have xp sp2 and visual studio 2003 Any suggestions?:confused: Steve S.

    P T 2 Replies Last reply
    0
    • S sas9491

      I downloaded and installed dotnetfx2 but none of the dll's are showing up in the references list (add references to a project) in the IDE. I have xp sp2 and visual studio 2003 Any suggestions?:confused: Steve S.

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      sas9491 wrote:

      Any suggestions?

      Install Visual Studio 2008 (possibly one of the free editions if your budget doesn't stretch to a fullblown version). The problem you've got is that you are trying to see .NET 2 from an application that only recognises .NET1.1. You need a minimum of VS2005 before you can see .NET2.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      S 1 Reply Last reply
      0
      • P Pete OHanlon

        sas9491 wrote:

        Any suggestions?

        Install Visual Studio 2008 (possibly one of the free editions if your budget doesn't stretch to a fullblown version). The problem you've got is that you are trying to see .NET 2 from an application that only recognises .NET1.1. You need a minimum of VS2005 before you can see .NET2.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        S Offline
        S Offline
        sas9491
        wrote on last edited by
        #3

        Thanks Pete, That was the issue. The world is spinning in greased grooves once again. Experience is know you've made this mistake before

        1 Reply Last reply
        0
        • S sas9491

          I downloaded and installed dotnetfx2 but none of the dll's are showing up in the references list (add references to a project) in the IDE. I have xp sp2 and visual studio 2003 Any suggestions?:confused: Steve S.

          T Offline
          T Offline
          Thomas Stockwell
          wrote on last edited by
          #4

          Along with what Pete said; VS2003 is only meant to build against 1.0 and 1.1. Microsoft makes money by creating newer versions that have newer features that can't be run on older systems. You have to update to VS2005 at the minimum or just skip to VS2008. VS2005 only allows you to see the .NET 2.0 assemblies (partially because the functionality is kept from 1.0 and 1.1), but you cannot build applications to 1.0 or 1.1 framework. With the WinFX (now .NET 3.0) extensions you can build and see the .NET 3.0 framework. VS2008 is meant to work/build to either .NET 2.0 or .NET 3.0 or .NET 3.5 (you will see all of those assemblies). You can't see/build to 1.1 or 1.0 frameworks.

          Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]

          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