how to use native compiled files

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

hi,
i am using ngen to compile .net executables which creates native images
under \windows\assembly\nativeimages1_v1.1.4322 folders. i know that .net
handles the execution of the native image but i want to get a copy of these
native images to run separately on another computer. how can i do this?
thanks
 
Hi Mark,

Why don't you copy the msil assemblies and compile it at another computer?
You know, ngen optimization depends also (or will) on processor type.
 
There is no supported way to do this. Many factors influence the ngen'd
outcome so it is rather computer-specific.
-mike
MVP
 
Back
Top