|
|
| Author |
Message |
Brian Guest
|
Posted: Mon Dec 06, 2004 4:35 pm Post subject: NGen.exe |
|
|
The Ngen documentations says that it installs a native image on the "local"
computer.
Does this mean that NGen needs to be run on each computer an app is deployed
to or do you run NGen once on the build machine when creating the msi?
I believe the former but I have read conflicting information.
Thanks,
Brian |
|
| Back to top |
|
 |
|
|
Herfried K. Wagner [MVP] Guest
|
Posted: Mon Dec 06, 2004 4:35 pm Post subject: Re: NGen.exe |
|
|
"Brian" <bbeach01@optonline.net> schrieb:
| Quote: | The Ngen documentations says that it installs a native image on the
"local" computer.
Does this mean that NGen needs to be run on each computer an app is
deployed to or do you run NGen once on the build machine when creating the
msi?
|
You will have to run "ngen" on every machine. This will install the native
image into a special section called Native Image Cache of the GAC.
BTW: I don't see how this question is related to the group
microsoft.public.cert.exam.mcsd.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|
| Back to top |
|
 |
LM Guest
|
Posted: Mon Dec 06, 2004 9:31 pm Post subject: Re: NGen.exe |
|
|
| Quote: | Does this mean that NGen needs to be run on each computer an app is
deployed
to
|
yes, you should run ngen on every pc because it will generate a different
exe file for any specific cpu
bye
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.805 / Virus Database: 547 - Release Date: 03/12/2004 |
|
| Back to top |
|
 |
The Poster Formerly Known Guest
|
Posted: Tue Dec 07, 2004 5:31 pm Post subject: Re: NGen.exe |
|
|
| Quote: | BTW: I don't see how this question is related to the group
microsoft.public.cert.exam.mcsd.
|
Well apart from the fact the message was cross posted, I'd say this is
about as on topic a post you're likely to get without in some way
breaking the nda. Understanding the gac and installing dot net
applications is covered on the exams, at least it was when i did them,
so to me it's a perfectly acceptable question.
Anyway back on topic, anyone got any braindumps 54-321 :-)
Kline Sphere (Chalk) MCNGP #3 |
|
| Back to top |
|
 |
|