1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

ngen compiled Class Progress Developer Studio for .NET

Discussão em 'StackOverflow' iniciado por fdantas, Outubro 18, 2017.

  1. fdantas

    fdantas Administrator Moderador

    How to implement ngen.exe for compiled class in Progress Developer Studio for .NET?

    I have read article in https://knowledgebase.progress.com/articles/Article/000039846 and

    https://documentation.progress.com/.../.net-assemblies-and-the-visual-designer.html

    and tried this syntax with Command Prompt run as admin :

    cd C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\
    ngen.exe install C:\OpenEdge11.6\bin\Progress.NetUI.dll


    but it returns :

    C:\Windows\Microsoft.NET\Framework\v4.0.30319>ngen.exe install C:\OpenEdge11.6\bin\Progress.NetUI.dll
    Microsoft (R) CLR Native Image Generator - Version 4.6.1590.0
    Copyright (c) Microsoft Corporation. All rights reserved.
    Failed to load dependency Progress.Messages of assembly Progress.NetUI,
    Version=11.6.0.1233, Culture=neutral, PublicKeyToken=null because of the
    following error : The system cannot find the file specified. (Exception
    from HRESULT: 0x80070002)
    1> Compiling assembly C:\OpenEdge11.6\bin\Progress.NetUI.dll (CLR
    v4.0.30319) ...
    2> Compiling assembly Progress.Telerik, Version=11.6.0.1183,
    Culture=neutral, PublicKeyToken=null (CLR v4.0.30319) ...
    1>Warning: System.IO.FileNotFoundException: Could not load file or
    assembly 'Progress.Messages, Version=11.6.0.1233, Culture=neutral,
    PublicKeyToken=null' or one of its dependencies. The system cannot find
    the file specified.. If this assembly is found during runtime of an
    application, then the native image currently being generated will not be
    used.


    Does it works? or did I miss something in ngen syntax?

    Continue reading...

Compartilhe esta Página