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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. compiling MSIL to Native code using ngen.exe tool

compiling MSIL to Native code using ngen.exe tool

Scheduled Pinned Locked Moved .NET (Core and Framework)
c++question
2 Posts 2 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
    Marco M
    wrote on last edited by
    #1

    anyone has an idea about the steps to use ngen.exe tool to convert my exe assembly to a native code ??? i read the procedure in the msdn but it's not working with me.. shakooosh

    L 1 Reply Last reply
    0
    • M Marco M

      anyone has an idea about the steps to use ngen.exe tool to convert my exe assembly to a native code ??? i read the procedure in the msdn but it's not working with me.. shakooosh

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

      You cant convert an assembly into 100% native code. NGEN purely takes the JIT compiler and preprocess the assembly so the JIT compiler needs not to be invoked during runtime. Your assembly also needs to be signed for this to work i think. top secret

      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