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. .net application without .net framework

.net application without .net framework

Scheduled Pinned Locked Moved C#
csharpquestiondotnet
8 Posts 7 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.
  • W Offline
    W Offline
    w3Nima
    wrote on last edited by
    #1

    How can I run a c# application without .net framework ?

    H G B H L 5 Replies Last reply
    0
    • W w3Nima

      How can I run a c# application without .net framework ?

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      No. There's a reason .NET applications are said to be managed code: it's managed by the CLR, just like Java is by the JVM, Visual Basic is by the VB runtime, etc. The .NET Framework MUST be installed to run ANY .NET application (regardless of what language the source code is in, since all compilers produce IL, except the MC++ which - in mixed mode - can embed native code into assemblies). See the following article for a pretty good view on the subject: http://radio.weblogs.com/0105852/stories/2002/04/21/itsTheRuntimeStupid.html[^].

      -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

      K 2 Replies Last reply
      0
      • W w3Nima

        How can I run a c# application without .net framework ?

        G Offline
        G Offline
        Gerald Schwab
        wrote on last edited by
        #3

        C++

        1 Reply Last reply
        0
        • H Heath Stewart

          No. There's a reason .NET applications are said to be managed code: it's managed by the CLR, just like Java is by the JVM, Visual Basic is by the VB runtime, etc. The .NET Framework MUST be installed to run ANY .NET application (regardless of what language the source code is in, since all compilers produce IL, except the MC++ which - in mixed mode - can embed native code into assemblies). See the following article for a pretty good view on the subject: http://radio.weblogs.com/0105852/stories/2002/04/21/itsTheRuntimeStupid.html[^].

          -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

          K Offline
          K Offline
          Kentamanos
          wrote on last edited by
          #4

          Time to bookmark that link ;). I think his comment about C# possibly being the new VB is dead on. It's not TOTALLY the consumer's fault in my opinion. MS does a good job at hyping how easy this stuff is, and as a result people jump in head first :). That said, there's never a magic bullet that makes programming as easy as writing a Word document.


          I, for one, do not think the problem was that the band was down. I think that the problem may have been that there was a Stonehenge monument on the stage that was in danger of being crushed by a dwarf.
          -David St. Hubbins

          1 Reply Last reply
          0
          • H Heath Stewart

            No. There's a reason .NET applications are said to be managed code: it's managed by the CLR, just like Java is by the JVM, Visual Basic is by the VB runtime, etc. The .NET Framework MUST be installed to run ANY .NET application (regardless of what language the source code is in, since all compilers produce IL, except the MC++ which - in mixed mode - can embed native code into assemblies). See the following article for a pretty good view on the subject: http://radio.weblogs.com/0105852/stories/2002/04/21/itsTheRuntimeStupid.html[^].

            -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

            K Offline
            K Offline
            Kentamanos
            wrote on last edited by
            #5

            Hmmm...I saw your reply to my reply, and responded. Now your reply is gone (did you move/delete it?) and my response got lost in some weird void. In any event, check this out if you get bored.


            I, for one, do not think the problem was that the band was down. I think that the problem may have been that there was a Stonehenge monument on the stage that was in danger of being crushed by a dwarf.
            -David St. Hubbins

            1 Reply Last reply
            0
            • W w3Nima

              How can I run a c# application without .net framework ?

              B Offline
              B Offline
              Bo Hunter
              wrote on last edited by
              #6

              They claim that this will do it. Remotesoft Thank You Bo Hunter

              1 Reply Last reply
              0
              • W w3Nima

                How can I run a c# application without .net framework ?

                H Offline
                H Offline
                hxxbin
                wrote on last edited by
                #7

                You Can Use MONO Works with Linux =) ---- hxxbin

                1 Reply Last reply
                0
                • W w3Nima

                  How can I run a c# application without .net framework ?

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

                  www.dotgnu.org[^] leppie::AllocCPArticle("Zee blog");
                  Seen on my Campus BBS: Linux is free...coz no-one wants to pay for 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