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. C#
  4. Using .NET 2.0 from VS2003 editor ?

Using .NET 2.0 from VS2003 editor ?

Scheduled Pinned Locked Moved C#
csharphtmldotnetcomquestion
8 Posts 5 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.
  • N Offline
    N Offline
    N a v a n e e t h
    wrote on last edited by
    #1

    I have .NET framework 2.0 installed on my machine. But I don't have VS2005. I am using VS2003. Is there anyway to access the .NET 2.0 libraries using VS2003 ?

    All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

    P 1 Reply Last reply
    0
    • N N a v a n e e t h

      I have .NET framework 2.0 installed on my machine. But I don't have VS2005. I am using VS2003. Is there anyway to access the .NET 2.0 libraries using VS2003 ?

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #2

      AKAIK, you can only write code against v1.1 of the framework in VS2003. You need to either upgrade to VS2005, or use a 3rd party IDE like SharpDevelop.

      Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

      N 1 Reply Last reply
      0
      • P pmarfleet

        AKAIK, you can only write code against v1.1 of the framework in VS2003. You need to either upgrade to VS2005, or use a 3rd party IDE like SharpDevelop.

        Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        Thanks. So what about .NET 3.0 ? If I have VS2005 installed, can I use .NET 3.0 classes ? I guess we can

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        D P 2 Replies Last reply
        0
        • N N a v a n e e t h

          Thanks. So what about .NET 3.0 ? If I have VS2005 installed, can I use .NET 3.0 classes ? I guess we can

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

          D Offline
          D Offline
          duncanmhor
          wrote on last edited by
          #4

          Yes, you can use dot net 3 in VS2005, but not in VS2003.

          "You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"

          1 Reply Last reply
          0
          • N N a v a n e e t h

            Thanks. So what about .NET 3.0 ? If I have VS2005 installed, can I use .NET 3.0 classes ? I guess we can

            All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

            P Offline
            P Offline
            pmarfleet
            wrote on last edited by
            #5

            This link[^] explains how to update VS2005 to access .NET 3.0 functionality. I believe that in VS2008, it will be possible to build your code against a specific version of the framework.

            Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

            N O 2 Replies Last reply
            0
            • P pmarfleet

              This link[^] explains how to update VS2005 to access .NET 3.0 functionality. I believe that in VS2008, it will be possible to build your code against a specific version of the framework.

              Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

              N Offline
              N Offline
              N a v a n e e t h
              wrote on last edited by
              #6

              Thanks for the information paul.

              All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

              1 Reply Last reply
              0
              • P pmarfleet

                This link[^] explains how to update VS2005 to access .NET 3.0 functionality. I believe that in VS2008, it will be possible to build your code against a specific version of the framework.

                Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

                O Offline
                O Offline
                originSH
                wrote on last edited by
                #7

                pmarfleet wrote:

                I believe that in VS2008, it will be possible to build your code against a specific version of the framework.

                Your right but it's limited to 2.0, 3.0 and 3.5, you wont be able to do 1.0 or 1.1.

                D 1 Reply Last reply
                0
                • O originSH

                  pmarfleet wrote:

                  I believe that in VS2008, it will be possible to build your code against a specific version of the framework.

                  Your right but it's limited to 2.0, 3.0 and 3.5, you wont be able to do 1.0 or 1.1.

                  D Offline
                  D Offline
                  Daniel Grunwald
                  wrote on last edited by
                  #8

                  You can compile for .NET 1.0 and 1.1 in both VS2005 and VS2008, you just have to write the appropriate MSBuild targets (or download them, e.g. from here[^]).

                  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