What is the difference between the NGEN and NGEN Critical scheduled tasks?2019 Community Moderator ElectionWhat is the difference between String and string in C#?What is the difference between const and readonly?What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?In WPF, what are the differences between the x:Name and Name attributes?In C#, what is the difference between public, private, protected, and having no access modifier?Difference between decimal, float and double in .NET?TargetedPatchingOptOut: “Performance critical to inline across NGen image boundaries”?.NET native images created with NGEN are not loadedNgen error because “Mscorlib.dll does not have a native image” (x64 only, .NET 4.0 only)How to uninstall older .net native images generated with ngen without matching IL assemblies?

Smooth vector fields on a surface modulo diffeomorphisms

Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother

When to use a QR code on a business card?

Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?

How do you make a gun that shoots melee weapons and/or swords?

Optimal Proportions for Flying Humans

Cycles on the torus

What will happen if my luggage gets delayed?

Is there a logarithm base for which the logarithm becomes an identity function?

Why restrict private health insurance?

Can I negotiate a patent idea for a raise, under French law?

What does the Digital Threat scope actually do?

Sampling from Gaussian mixture models, when are the sampled data independent?

Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?

Strange opamp's output impedance in spice

Giving a career talk in my old university, how prominently should I tell students my salary?

How do spaceships determine each other's mass in space?

Do Paladin Auras of Differing Oaths Stack?

Having the player face themselves after the mid-game

ESPP--any reason not to go all in?

How can a demon take control of a human body during REM sleep?

How do we create new idioms and use them in a novel?

What was so special about The Piano that Ada was willing to do anything to have it?

How should I solve this integral with changing parameters?



What is the difference between the NGEN and NGEN Critical scheduled tasks?



2019 Community Moderator ElectionWhat is the difference between String and string in C#?What is the difference between const and readonly?What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?In WPF, what are the differences between the x:Name and Name attributes?In C#, what is the difference between public, private, protected, and having no access modifier?Difference between decimal, float and double in .NET?TargetedPatchingOptOut: “Performance critical to inline across NGen image boundaries”?.NET native images created with NGEN are not loadedNgen error because “Mscorlib.dll does not have a native image” (x64 only, .NET 4.0 only)How to uninstall older .net native images generated with ngen without matching IL assemblies?










0















I have a situation where a client is needing to manually run the .NET Framework NGEN v4.0.30319 Critical scheduled task to prevent a System.StackOverflowException from occurring in PresentationFramework.dll.



The application in question is a 32-bit native image built in Borland Delphi 6 which acts as a host for the .NET assembly via some sort of magic trickery. (i.e. I don't remember exactly how it does it...maybe via COM???) Up until a few months ago this application was working fine.



After the scheduled tasks runs, the application works fine as it did before UNTIL the next Windows Update whereupon our client will need to manually run the scheduled task again. (the Windows Updates are pushed out by their IT department)



The .NET assembly is also part of another .NET application which runs fine without the error, indicating it is something do with the way the .NET dll is hosted in the native application.



This is occurring on all the machines in one particular office, which are all running Windows 10. We have other clients running the same software who have not reported the issue, so it's a bit bewildering.










share|improve this question


























    0















    I have a situation where a client is needing to manually run the .NET Framework NGEN v4.0.30319 Critical scheduled task to prevent a System.StackOverflowException from occurring in PresentationFramework.dll.



    The application in question is a 32-bit native image built in Borland Delphi 6 which acts as a host for the .NET assembly via some sort of magic trickery. (i.e. I don't remember exactly how it does it...maybe via COM???) Up until a few months ago this application was working fine.



    After the scheduled tasks runs, the application works fine as it did before UNTIL the next Windows Update whereupon our client will need to manually run the scheduled task again. (the Windows Updates are pushed out by their IT department)



    The .NET assembly is also part of another .NET application which runs fine without the error, indicating it is something do with the way the .NET dll is hosted in the native application.



    This is occurring on all the machines in one particular office, which are all running Windows 10. We have other clients running the same software who have not reported the issue, so it's a bit bewildering.










    share|improve this question
























      0












      0








      0








      I have a situation where a client is needing to manually run the .NET Framework NGEN v4.0.30319 Critical scheduled task to prevent a System.StackOverflowException from occurring in PresentationFramework.dll.



      The application in question is a 32-bit native image built in Borland Delphi 6 which acts as a host for the .NET assembly via some sort of magic trickery. (i.e. I don't remember exactly how it does it...maybe via COM???) Up until a few months ago this application was working fine.



      After the scheduled tasks runs, the application works fine as it did before UNTIL the next Windows Update whereupon our client will need to manually run the scheduled task again. (the Windows Updates are pushed out by their IT department)



      The .NET assembly is also part of another .NET application which runs fine without the error, indicating it is something do with the way the .NET dll is hosted in the native application.



      This is occurring on all the machines in one particular office, which are all running Windows 10. We have other clients running the same software who have not reported the issue, so it's a bit bewildering.










      share|improve this question














      I have a situation where a client is needing to manually run the .NET Framework NGEN v4.0.30319 Critical scheduled task to prevent a System.StackOverflowException from occurring in PresentationFramework.dll.



      The application in question is a 32-bit native image built in Borland Delphi 6 which acts as a host for the .NET assembly via some sort of magic trickery. (i.e. I don't remember exactly how it does it...maybe via COM???) Up until a few months ago this application was working fine.



      After the scheduled tasks runs, the application works fine as it did before UNTIL the next Windows Update whereupon our client will need to manually run the scheduled task again. (the Windows Updates are pushed out by their IT department)



      The .NET assembly is also part of another .NET application which runs fine without the error, indicating it is something do with the way the .NET dll is hosted in the native application.



      This is occurring on all the machines in one particular office, which are all running Windows 10. We have other clients running the same software who have not reported the issue, so it's a bit bewildering.







      .net ngen






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 6 at 21:38









      marvhenmarvhen

      9429




      9429






















          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55032562%2fwhat-is-the-difference-between-the-ngen-and-ngen-critical-scheduled-tasks%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55032562%2fwhat-is-the-difference-between-the-ngen-and-ngen-critical-scheduled-tasks%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229