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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top