.Net in XP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rasmus

    #1

    .Net in XP

    I want to develop a application for Windows XP, without any framework installed, so what framework is pre-installed on XP and were can i get a compiler for it(dosen't care if it is Command line).
  • William Ryan eMVP

    #2
    Re: .Net in XP

    ..NET apps aren't going to run without the framework. If you have all of the
    service packs, you should have the 1.1 and 1.0 frameworks. The Framework
    SDK will give ou vbc.exe and csc.exe which all you to compile .NET apps.
    "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
    news:D735A832-554A-4661-A5FA-B8D243509653@mi crosoft.com...[color=blue]
    > I want to develop a application for Windows XP, without any framework[/color]
    installed, so what framework is pre-installed on XP and were can i get a
    compiler for it(dosen't care if it is Command line).


    Comment

    • William Ryan eMVP

      #3
      Re: .Net in XP

      ..NET apps aren't going to run without the framework. If you have all of the
      service packs, you should have the 1.1 and 1.0 frameworks. The Framework
      SDK will give ou vbc.exe and csc.exe which all you to compile .NET apps.
      "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
      news:D735A832-554A-4661-A5FA-B8D243509653@mi crosoft.com...[color=blue]
      > I want to develop a application for Windows XP, without any framework[/color]
      installed, so what framework is pre-installed on XP and were can i get a
      compiler for it(dosen't care if it is Command line).


      Comment

      • Norman Yuan

        #4
        Re: .Net in XP

        If you mean .NET application, you need .NET Frmaework installed. Period. The
        only Windows system that comes with .NET framework is Windows 2003 Server
        currently.

        "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
        news:D735A832-554A-4661-A5FA-B8D243509653@mi crosoft.com...[color=blue]
        > I want to develop a application for Windows XP, without any framework[/color]
        installed, so what framework is pre-installed on XP and were can i get a
        compiler for it(dosen't care if it is Command line).


        Comment

        • Norman Yuan

          #5
          Re: .Net in XP

          If you mean .NET application, you need .NET Frmaework installed. Period. The
          only Windows system that comes with .NET framework is Windows 2003 Server
          currently.

          "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
          news:D735A832-554A-4661-A5FA-B8D243509653@mi crosoft.com...[color=blue]
          > I want to develop a application for Windows XP, without any framework[/color]
          installed, so what framework is pre-installed on XP and were can i get a
          compiler for it(dosen't care if it is Command line).


          Comment

          • Rasmus

            #6
            Re: .Net in XP

            Why can't i run .net apps on xp without installing the .net framework, isn't there any framework preinstalled on xp? What about MSN Messenger it is made in .net and can run on a xp pc with only the pre-installed software.

            Comment

            • Rasmus

              #7
              Re: .Net in XP

              Why can't i run .net apps on xp without installing the .net framework, isn't there any framework preinstalled on xp? What about MSN Messenger it is made in .net and can run on a xp pc with only the pre-installed software.

              Comment

              • Cor Ligthert

                #8
                Re: .Net in XP

                Hi Rasmus,

                Why is the subject Net in XP while you do not want Net (framework) in XP?

                Strange question. You want any framework, and ask which framework is
                pre-installed.

                I do not understand this at all, however that will be probably my fault.

                Cor
                [color=blue]
                > I want to develop a application for Windows XP, without any framework[/color]
                installed, so what framework is pre-installed on XP and were can i get a
                compiler for it(dosen't care if it is Command line).


                Comment

                • Cor Ligthert

                  #9
                  Re: .Net in XP

                  Hi Rasmus,

                  Why is the subject Net in XP while you do not want Net (framework) in XP?

                  Strange question. You want any framework, and ask which framework is
                  pre-installed.

                  I do not understand this at all, however that will be probably my fault.

                  Cor
                  [color=blue]
                  > I want to develop a application for Windows XP, without any framework[/color]
                  installed, so what framework is pre-installed on XP and were can i get a
                  compiler for it(dosen't care if it is Command line).


                  Comment

                  • William Ryan eMVP

                    #10
                    Re: .Net in XP


                    "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
                    news:515826D6-3581-4359-A17F-2133333FBB68@mi crosoft.com...[color=blue]
                    > Why can't i run .net apps on xp without installing the .net framework,[/color]
                    isn't there any framework preinstalled on xp?
                    It wasn't on any of the versions I used. XP came out before the Framework
                    was finalized.
                    What about MSN Messenger it is made in .net and can run on a xp pc with
                    only the pre-installed software.

                    If it's made in .NET , it's running on the framework. Depending on the
                    version of XP, who knows, maybe the loaded the service packs. What version
                    are you talking about btw, I can't find any refernce to it? If it's really
                    written in .NET, it's got to be the later versions... which language, do you
                    know?


                    Comment

                    • William Ryan eMVP

                      #11
                      Re: .Net in XP


                      "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
                      news:515826D6-3581-4359-A17F-2133333FBB68@mi crosoft.com...[color=blue]
                      > Why can't i run .net apps on xp without installing the .net framework,[/color]
                      isn't there any framework preinstalled on xp?
                      It wasn't on any of the versions I used. XP came out before the Framework
                      was finalized.
                      What about MSN Messenger it is made in .net and can run on a xp pc with
                      only the pre-installed software.

                      If it's made in .NET , it's running on the framework. Depending on the
                      version of XP, who knows, maybe the loaded the service packs. What version
                      are you talking about btw, I can't find any refernce to it? If it's really
                      written in .NET, it's got to be the later versions... which language, do you
                      know?


                      Comment

                      • William Ryan eMVP

                        #12
                        Re: .Net in XP

                        I just Ran ILDASM on my versino of messenger and it sure wasn't written in
                        ..NET
                        "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
                        news:515826D6-3581-4359-A17F-2133333FBB68@mi crosoft.com...[color=blue]
                        > Why can't i run .net apps on xp without installing the .net framework,[/color]
                        isn't there any framework preinstalled on xp? What about MSN Messenger it is
                        made in .net and can run on a xp pc with only the pre-installed software.


                        Comment

                        • William Ryan eMVP

                          #13
                          Re: .Net in XP

                          I just Ran ILDASM on my versino of messenger and it sure wasn't written in
                          ..NET
                          "Rasmus" <anonymous@disc ussions.microso ft.com> wrote in message
                          news:515826D6-3581-4359-A17F-2133333FBB68@mi crosoft.com...[color=blue]
                          > Why can't i run .net apps on xp without installing the .net framework,[/color]
                          isn't there any framework preinstalled on xp? What about MSN Messenger it is
                          made in .net and can run on a xp pc with only the pre-installed software.


                          Comment

                          • Looney Tunezez

                            #14
                            Re: .Net in XP

                            well
                            here is the answer
                            Whether you like it or not, you ABSOLUTELY need the .Net framework to be installed on the machine that is going to host any .NET apps
                            Secondly, Win XP pro does not ship with .Net Framework pre-installed, unless you can petition Microsoft to do that special favor for you, but Win XP HOME edition i believe does ship with .Net framewor
                            So either download it from the MSN website or install Windows XP Home/Windows 2003

                            Ciao!

                            Comment

                            • Looney Tunezez

                              #15
                              Re: .Net in XP

                              well
                              here is the answer
                              Whether you like it or not, you ABSOLUTELY need the .Net framework to be installed on the machine that is going to host any .NET apps
                              Secondly, Win XP pro does not ship with .Net Framework pre-installed, unless you can petition Microsoft to do that special favor for you, but Win XP HOME edition i believe does ship with .Net framewor
                              So either download it from the MSN website or install Windows XP Home/Windows 2003

                              Ciao!

                              Comment

                              Working...