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. How to execute managed code without .net framework

How to execute managed code without .net framework

Scheduled Pinned Locked Moved C#
csharpdotnettutorialquestion
4 Posts 4 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.
  • D Offline
    D Offline
    dreamwinter
    wrote on last edited by
    #1

    Hello,everyboy. Recently,I'm trying to execute managed code in the system that have no net framework. Can you give me some suggestion?

    L D T 3 Replies Last reply
    0
    • D dreamwinter

      Hello,everyboy. Recently,I'm trying to execute managed code in the system that have no net framework. Can you give me some suggestion?

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

      You cant. :doh: 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!

      1 Reply Last reply
      0
      • D dreamwinter

        Hello,everyboy. Recently,I'm trying to execute managed code in the system that have no net framework. Can you give me some suggestion?

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Install the .NET Framework! Preferrably the same version that was used to write the application. There is no other option, unless you want to spend some serious money to do it. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        1 Reply Last reply
        0
        • D dreamwinter

          Hello,everyboy. Recently,I'm trying to execute managed code in the system that have no net framework. Can you give me some suggestion?

          T Offline
          T Offline
          Tom Larsen
          wrote on last edited by
          #4

          This is like asking how to run a binary without the runtime environment. You simply can't. .Net IL only makes sense in the CLR. I suppose you could write a scanner and research how to forward translate all IL to an equivient assembly on x86 but the cost of writing such a system would be astronomical. So much so it would be more costly than the application is worth. Far more costly than just installing the .Net Framework.

          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