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. The Lounge
  3. Are there any advantages to staying with .net 1.1?

Are there any advantages to staying with .net 1.1?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiowinformstoolsquestion
24 Posts 13 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.
  • R Offline
    R Offline
    roel_
    wrote on last edited by
    #1

    Hi, Now that the development tools for .net 2 have gone gold, how long can we expect it to take until users have the .net runtime installed on their machines? I'm developing an app in C# and I would really like the type-safe containers and the layout managers for Windows Forms that I hear about (I haven't tried anything of VS 2005 yet), but I'm a little hesitant because I do want users to be able to run my programs easily (that is, I hope that some/most of them already have the .net 2 runtime); which is also the reason why it took me until now before I wrote my first .net (1.1) program. How do you all think about that? Is there anyone out there who isn't planning on switching to .net 2 because of compatibility concerns? When can we expect the .net 2 runtime to show up on Windows Update? cheers, roel

    N L K M J 5 Replies Last reply
    0
    • R roel_

      Hi, Now that the development tools for .net 2 have gone gold, how long can we expect it to take until users have the .net runtime installed on their machines? I'm developing an app in C# and I would really like the type-safe containers and the layout managers for Windows Forms that I hear about (I haven't tried anything of VS 2005 yet), but I'm a little hesitant because I do want users to be able to run my programs easily (that is, I hope that some/most of them already have the .net 2 runtime); which is also the reason why it took me until now before I wrote my first .net (1.1) program. How do you all think about that? Is there anyone out there who isn't planning on switching to .net 2 because of compatibility concerns? When can we expect the .net 2 runtime to show up on Windows Update? cheers, roel

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      roel_ wrote:

      When can we expect the .net 2 runtime to show up on Windows Update?

      Even if it did, quite a few people wouldn't be able to get it that way cause of the license authenticity test that's slightly buggy.

      D 1 Reply Last reply
      0
      • N Nish Nishant

        roel_ wrote:

        When can we expect the .net 2 runtime to show up on Windows Update?

        Even if it did, quite a few people wouldn't be able to get it that way cause of the license authenticity test that's slightly buggy.

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

        And most of the people I know wouldn't be able to get it via Windows Update because the WGA test isn't buggy enough...

        N 1 Reply Last reply
        0
        • D Daniel Grunwald

          And most of the people I know wouldn't be able to get it via Windows Update because the WGA test isn't buggy enough...

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Daniel Grunwald wrote:

          And most of the people I know wouldn't be able to get it via Windows Update because the WGA test isn't buggy enough...

          Even if a 1000 guilty ones got away, it's unfair to the couple of dozen innocents who suffer!

          G 1 Reply Last reply
          0
          • R roel_

            Hi, Now that the development tools for .net 2 have gone gold, how long can we expect it to take until users have the .net runtime installed on their machines? I'm developing an app in C# and I would really like the type-safe containers and the layout managers for Windows Forms that I hear about (I haven't tried anything of VS 2005 yet), but I'm a little hesitant because I do want users to be able to run my programs easily (that is, I hope that some/most of them already have the .net 2 runtime); which is also the reason why it took me until now before I wrote my first .net (1.1) program. How do you all think about that? Is there anyone out there who isn't planning on switching to .net 2 because of compatibility concerns? When can we expect the .net 2 runtime to show up on Windows Update? cheers, roel

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #5

            You can test you program by adding the following to the configuration section of your App.config file:

            <startup>
            <supportedRuntime version="v2.0.50727" safemode="true"/>
            <requiredRuntime version="v2.0.50727" safemode="true"/>
            </startup>

            This will load your .NET 1.1 compiled assembly in the .NET 2 runtime. There are quite a few subtle differences. xacc-ide 0.0.99-preview7 now with C#, C, C++, IL, XML, Nemerle, IronPython, Perl, Caml, SML, Ruby, Flex, Yacc, Java, Javascript, Lua, Prolog and Boo highlighting support! -- modified at 9:13 Saturday 29th October, 2005

            1 Reply Last reply
            0
            • R roel_

              Hi, Now that the development tools for .net 2 have gone gold, how long can we expect it to take until users have the .net runtime installed on their machines? I'm developing an app in C# and I would really like the type-safe containers and the layout managers for Windows Forms that I hear about (I haven't tried anything of VS 2005 yet), but I'm a little hesitant because I do want users to be able to run my programs easily (that is, I hope that some/most of them already have the .net 2 runtime); which is also the reason why it took me until now before I wrote my first .net (1.1) program. How do you all think about that? Is there anyone out there who isn't planning on switching to .net 2 because of compatibility concerns? When can we expect the .net 2 runtime to show up on Windows Update? cheers, roel

              K Offline
              K Offline
              Kevin McFarlane
              wrote on last edited by
              #6

              Well, as usual it will take time for the community to migrate to whatever MS's latest thing is. .NET 2 will be no different. However, I wonder how long it will be before you see job ads. saying "must have 6 months' commercial experience of .NET 2, anyone with four years of .NET 1.1 and only home study of .NET 2 need not apply - your experience is deemed worthless." This seems to be the way the IT recruitment industry operates and then they moan about skills shortages! Kevin

              G 1 Reply Last reply
              0
              • N Nish Nishant

                Daniel Grunwald wrote:

                And most of the people I know wouldn't be able to get it via Windows Update because the WGA test isn't buggy enough...

                Even if a 1000 guilty ones got away, it's unfair to the couple of dozen innocents who suffer!

                G Offline
                G Offline
                Giles
                wrote on last edited by
                #7

                You know pepople who have been blocked with a valid copy of Windows?


                "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

                N 1 Reply Last reply
                0
                • K Kevin McFarlane

                  Well, as usual it will take time for the community to migrate to whatever MS's latest thing is. .NET 2 will be no different. However, I wonder how long it will be before you see job ads. saying "must have 6 months' commercial experience of .NET 2, anyone with four years of .NET 1.1 and only home study of .NET 2 need not apply - your experience is deemed worthless." This seems to be the way the IT recruitment industry operates and then they moan about skills shortages! Kevin

                  G Offline
                  G Offline
                  Giles
                  wrote on last edited by
                  #8

                  I saw one for at least 5 years .NET. At the time, it implied people who had been working on .NET back in '99. :doh:


                  "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

                  T 1 Reply Last reply
                  0
                  • G Giles

                    You know pepople who have been blocked with a valid copy of Windows?


                    "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

                    N Offline
                    N Offline
                    Nish Nishant
                    wrote on last edited by
                    #9

                    Giles wrote:

                    You know pepople who have been blocked with a valid copy of Windows?

                    Not personally, but I've seen online postings where people have complained.

                    D 1 Reply Last reply
                    0
                    • R roel_

                      Hi, Now that the development tools for .net 2 have gone gold, how long can we expect it to take until users have the .net runtime installed on their machines? I'm developing an app in C# and I would really like the type-safe containers and the layout managers for Windows Forms that I hear about (I haven't tried anything of VS 2005 yet), but I'm a little hesitant because I do want users to be able to run my programs easily (that is, I hope that some/most of them already have the .net 2 runtime); which is also the reason why it took me until now before I wrote my first .net (1.1) program. How do you all think about that? Is there anyone out there who isn't planning on switching to .net 2 because of compatibility concerns? When can we expect the .net 2 runtime to show up on Windows Update? cheers, roel

                      M Offline
                      M Offline
                      Member 96
                      wrote on last edited by
                      #10

                      We're in the same situation, we're weeks away from a beta release and there is no way in hell we're switching to .net 2 because it's unlikely that our users will have it and internet distribution is hard enough without forcing most to upgrade. That and I'm just worried that all the careful hours we spent designing and building our forms etc are going to be shot if we upgrade because of changes. Besides which it's never wise to go with an initial release of anything when it matters.


                      "Hello, hello, what's all this shouting, we'll have no trouble here! This is a Local Shop for Local People, there's nothing for you here!" -Edward Tattsyrup

                      1 Reply Last reply
                      0
                      • N Nish Nishant

                        Giles wrote:

                        You know pepople who have been blocked with a valid copy of Windows?

                        Not personally, but I've seen online postings where people have complained.

                        D Offline
                        D Offline
                        David Wulff
                        wrote on last edited by
                        #11

                        Do you know if those people really had valid copies of Windows?


                        Ðavid Wulff Audioscrobbler :: flickr Die Freiheit spielt auf allen Geigen (video)

                        D N 2 Replies Last reply
                        0
                        • D David Wulff

                          Do you know if those people really had valid copies of Windows?


                          Ðavid Wulff Audioscrobbler :: flickr Die Freiheit spielt auf allen Geigen (video)

                          D Offline
                          D Offline
                          David Stone
                          wrote on last edited by
                          #12

                          The prodigal son returns. Where have you been Dave? :)


                          Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                          D 1 Reply Last reply
                          0
                          • G Giles

                            I saw one for at least 5 years .NET. At the time, it implied people who had been working on .NET back in '99. :doh:


                            "Je pense, donc je mange." - Rene Descartes 1689 - Just before his mother put his tea on the table. Shameless Plug - Distributed Database Transactions in .NET using COM+

                            T Offline
                            T Offline
                            Tom Archer
                            wrote on last edited by
                            #13

                            Technically that is possible - although it was NGWS in 1999 - but obviously there would be very, very few people who would have that amount of experience and they probably wanted to pay the standard rate that any Win dev would get. Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT

                            D T G 3 Replies Last reply
                            0
                            • T Tom Archer

                              Technically that is possible - although it was NGWS in 1999 - but obviously there would be very, very few people who would have that amount of experience and they probably wanted to pay the standard rate that any Win dev would get. Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT

                              D Offline
                              D Offline
                              David Stone
                              wrote on last edited by
                              #14

                              Yeah, I was going to say, that's really just a group of people at Microsoft and some outside people they brought in for the really early previews of ASP+ and NGWS. Jeez that seems like it was a long time ago.


                              Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                              1 Reply Last reply
                              0
                              • T Tom Archer

                                Technically that is possible - although it was NGWS in 1999 - but obviously there would be very, very few people who would have that amount of experience and they probably wanted to pay the standard rate that any Win dev would get. Tom Archer (blog) Program Manager MSDN Online (Windows Vista and Visual C++) MICROSOFT

                                T Offline
                                T Offline
                                Tom Ollar
                                wrote on last edited by
                                #15

                                Any inside info on when we'll being seeing the first version of Windows which includes the frameworks? It's great on Windows 2003 Server right now, but what about all those client PCs?

                                D 1 Reply Last reply
                                0
                                • R roel_

                                  Hi, Now that the development tools for .net 2 have gone gold, how long can we expect it to take until users have the .net runtime installed on their machines? I'm developing an app in C# and I would really like the type-safe containers and the layout managers for Windows Forms that I hear about (I haven't tried anything of VS 2005 yet), but I'm a little hesitant because I do want users to be able to run my programs easily (that is, I hope that some/most of them already have the .net 2 runtime); which is also the reason why it took me until now before I wrote my first .net (1.1) program. How do you all think about that? Is there anyone out there who isn't planning on switching to .net 2 because of compatibility concerns? When can we expect the .net 2 runtime to show up on Windows Update? cheers, roel

                                  J Offline
                                  J Offline
                                  Joe Woodbury
                                  wrote on last edited by
                                  #16

                                  We still have the luxury of being two years from release, but we made the decision to go with .NET 2.0 over a year ago. Until February, we prototyped everything in .NET 1.1. As soon as VS 2005 Beta 1 came out, we switched. It required a few changes, but was otherwise painless. (We then took six months off to churn out yet another release with our nightmarish 10 year old C/C++ code base.) I say switch. .NET 2.0 not only has a richer API, I find VS 2005 a joy to work in. Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

                                  J 1 Reply Last reply
                                  0
                                  • T Tom Ollar

                                    Any inside info on when we'll being seeing the first version of Windows which includes the frameworks? It's great on Windows 2003 Server right now, but what about all those client PCs?

                                    D Offline
                                    D Offline
                                    David Stone
                                    wrote on last edited by
                                    #17

                                    Vista will include .NET 2.0 (heck, it kinda relies on it).


                                    Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                    J 1 Reply Last reply
                                    0
                                    • D David Stone

                                      The prodigal son returns. Where have you been Dave? :)


                                      Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                      D Offline
                                      D Offline
                                      David Wulff
                                      wrote on last edited by
                                      #18

                                      I went into the server room to configure Linux on a new machine and didn't come back out again for two months. Still isn't configured right. Why can't they standardise on something like the Management _Conf_ole? :sigh:


                                      Ðavid Wulff Audioscrobbler :: flickr Die Freiheit spielt auf allen Geigen (video)

                                      1 Reply Last reply
                                      0
                                      • D David Stone

                                        Vista will include .NET 2.0 (heck, it kinda relies on it).


                                        Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                        J Offline
                                        J Offline
                                        Judah Gabriel Himango
                                        wrote on last edited by
                                        #19

                                        Are you sure of that? I read in a recent MSDN article that WinFX is not installed by default in Vista Beta 1 right now. Now, that doesn't mean .NET 2.0 won't be installed, but it makes me wonder. I'd love to hear something from one of the Microsoft folks on this, hint hint.

                                        Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango

                                        D 1 Reply Last reply
                                        0
                                        • J Judah Gabriel Himango

                                          Are you sure of that? I read in a recent MSDN article that WinFX is not installed by default in Vista Beta 1 right now. Now, that doesn't mean .NET 2.0 won't be installed, but it makes me wonder. I'd love to hear something from one of the Microsoft folks on this, hint hint.

                                          Tech, life, family, faith: Give me a visit. I'm currently blogging about: Morality Apart from God Judah Himango

                                          D Offline
                                          D Offline
                                          David Stone
                                          wrote on last edited by
                                          #20

                                          It'll be installed by default in every build from September CTP on.[^]


                                          Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                          J 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