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. How to create a project on VS 2005 with .net 1.0

How to create a project on VS 2005 with .net 1.0

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpvisual-studiohelptutorial
5 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.
  • M Offline
    M Offline
    mercenary01
    wrote on last edited by
    #1

    I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel

    M P P O 4 Replies Last reply
    0
    • M mercenary01

      I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      You can't. To target .NET Framework 1.0, you must use Visual Studio .NET 2002 or the .NET Framework 1.0 SDK (using the command-line csc compiler). VS2005 can only target .NET Framework 2.0, .NET Compact Framework 1.0 (if the desktop .NET Framework 1.1 is installed) and .NET Compact Framework 2.0.

      Stability. What an interesting concept. -- Chris Maunder

      1 Reply Last reply
      0
      • M mercenary01

        I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel

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

        Please don't cross post.

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

        1 Reply Last reply
        0
        • M mercenary01

          I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          You can't like Mike said. If you develop a project on VS2005, then anyone using it would have to be running .Net 2.0 which is better than 1.0 anyways.

          "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          1 Reply Last reply
          0
          • M mercenary01

            I am using C# and wish to create a project on VS 2005 and using the framework of .net 1.0 please help samuel

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

            You can use MSBEE to target 1.1 on Visual Studio 2005: http://www.google.co.uk/search?hl=en&q=msbee&meta=[^] BUT this will not change the intellisense or any of the other handy things in the IDE from 2.0 1.1 so you'll have to know from memory what you can and cannot use. You should use 2.0 anyway ... it has some extreamly useful new stuff in it.

            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