[stackoverflow] [progress Openedge Abl] Ngen Compiled Class Progress Developer Studio For .net

Status
Not open for further replies.
R

Robert Timothy

Guest
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...
 
Status
Not open for further replies.
Top