How to Ngen the assemblies after ClickOnce installation?

How to configure the ClickOnce that make the assemblies ngen'ed after the installation

Thanks!



Answer this question

How to Ngen the assemblies after ClickOnce installation?

  • StuMan1337

    Any work arounds for this - how about setting up a ngen service
  • alex77

    Lei,

    There is no support for doing this in ClickOnce. NGen'ing an assembly installs it into the native image cache on the local computer (a reserved area of the global assembly cache).  This is a globally impactful operation not supported by ClickOnce.
    < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

    Regards,
    Elizabeth


  • How to Ngen the assemblies after ClickOnce installation?