![]() |
|
|
|
#1 |
|
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 Brian |
|
|
|
|
#2 |
|
Posts: n/a
|
"Brian" <> schrieb:
> 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/> Herfried K. Wagner [MVP] |
|
|
|
#3 |
|
Posts: n/a
|
> 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 LM |
|
|
|
#4 |
|
Posts: n/a
|
>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 The Poster Formerly Known as Kline Sphere |
|