PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
NGen.exe
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
NGen.exe
![]() |
NGen.exe |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
"Brian" <bbeach01@optonline.net> 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/> |
|
|
|
#3 |
|
Guest
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 |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

