Questions tagged [aot]

In Microsoft Dynamics AX, application objects are defined in the Application Object Tree (AOT) and are instantiated at runtime. The AOT also contains application resources, references, and documentation. This section describes the AOT and its contents, how to use the AOT to define application objects, and how to import and export definitions of application objects.

In Microsoft Dynamics AX, application objects are defined in the Application Object Tree (AOT) and are instantiated at runtime. The AOT also contains application resources, references, and documentation. This section describes the AOT and its contents, how to use the AOT to define application objects, and how to import and export definitions of application objects.

More information on MSDN:

http://msdn.microsoft.com/en-us/library/gg840931.aspx

349 questions
0
votes
0 answers

What should I select to include in the package content?

I'm having an errors, and I think it's due to the fact that I don't include all the files in the package content when I compile the ipa, what should I put inside?, the AOT folder?, the .ipa file should be selected too?. Thanks.
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

mono AOT on Windows exe gives me an DLL

I'm on Windows and I'm trying ahead of time compilation on Main.exe that's been compiled with the Mono C# compiler gmcs (also tried mcs). >mono --aot Main.exe Mono Ahead of Time compiler - compiling assembly C:\test\Main.exe Code: 21 Info: 4 Ex…
Jonas Elfström
  • 30,834
  • 6
  • 70
  • 106
0
votes
1 answer

mtouch AOT missing compilation

I've encountered an odd behaviour with mtouch; I know that AOT can fail in particular situations, but I think this issue is a little different. Here's some code: public class TTableCell { } public class TTableElement where T:…
Atropo
  • 125
  • 8
0
votes
2 answers

Dynamics AX 2012 AOT Object Lookup

Anyone have sample lookup code for AOT objects? (or know where to find the one they use for the AX properties window) I need to replicate the functionality that you see in several fields in the properties window. The ExtendedDataType field is a…
Brad
  • 1,357
  • 5
  • 33
  • 65
0
votes
4 answers

Increasing the length of the Description field in movement journal in AX 2009

How can we increase the field length of Description field up to 200 characters available in Movement Journal in Inventory module in AX 2009? The field is InventJournalTable_DescriptionInventJournalTable(InventJournalTable).Description
Muhamamd Ali
  • 9
  • 1
  • 2
0
votes
1 answer

Dynamics AX 2012 not releasing memory

I am experimenting with exporting the AOT CUS layer as an XPO file. Reference this question. I've run the excellent suggestions from the answers to said question but I am running into "out of memory" issues. I've done some further research and some…
user26901
0
votes
1 answer

How to create Index using AOT?

Basically I am a database Admin, New to Dynamics AX, How to create Index (Clustered and Non Clustered Index) in Dynamic AX Using AOT? If I synchronize the AX, The index will be removed? Is there any method available to create Index with Include…
user1835120
  • 1
  • 1
  • 1
0
votes
2 answers

MonoTouch boilerplate code generation

Hi I'm building a small framework to help me build app quickly. I'm using Generics all sort of techniques that help me avoid to write boilerplate code repetitively. I think it's a good idea, for my framework, to generate some code based on model…
user1449165
0
votes
2 answers

Java AOT Compiler for 64-bit system

I need my app to be executable without installed jre. It also uses rxtx, and there are different jars and dlls for 32- and 64-bit systems. Is there any Java AOT compiler for Windows, supporting 64-bit systems? All I've managed to google is that…
Natalia
  • 783
  • 7
  • 18
0
votes
1 answer

Hide Class in AOT

How to hide the user created class in AOT. I want to hide my class where the source should not be visible. I know how to do this in form and table. Please guide me how to do the same for class.
Sasi
  • 1,666
  • 2
  • 24
  • 44
0
votes
2 answers

Can JIT compiler be created without VM

Can i create a JIT compiler that compiles code to machine code at runtime so i dont need a Virtual machine if i am creating a language?
pyros2097
  • 11
  • 1
0
votes
2 answers

MonoTouch mysteriously not aot-compiling methods and properties?

I have a strange problem where MonoTouch seems to be either not compiling methods or not able to find a compiled method it is instructed to call, and only on the device in the Release configuration - Debug builds are fine. I've tried reproducing it…
David Merriman
  • 6,056
  • 1
  • 18
  • 18
-1
votes
0 answers

Huge ASP.NET Rest API project with hundreds of DTO classes/records using Native AOT

Based on the Microsoft sample for native aot rest api in .net, we need to create a SerializableContext for our dtos/records. Now, should we create this context class for all of our dtos? is there any way to handle it in an easier way?
MohamadReza
  • 43
  • 2
  • 11
-1
votes
1 answer

Can you compile complicated WinForms apps on the .NET Core 3.0 with AOT / CoreRT?

I'm attempting to make a Windows forms application and compile it with CoreRT. When the app is simple, compilation works correctly; everything is compiled and the managed code is converted into natiive. However, if I do more than add a couple of…
DinDan06
  • 21
  • 1
-1
votes
1 answer

What is the meaning of pre-compiled in AOT (Angular)

I am going through the Angular documentation for AOT. I came across the word pre-compiled, but I'm unable to understand the meaning of it. The line in the Angular documentation is: With AOT, the browser downloads a pre-compiled version of the…
yash
  • 203
  • 4
  • 12
1 2 3
23
24