Microsoft Dynamics AX Blog
Developing applications is now easier and faster in the new Microsoft Dynamics AX 2012 than its earlier versions. .NET developers who are familiar with Visual Studio .NET will be comfortable with developing Dynamics AX applications although Dynamics AX has its own IDE which called MorphX and its own programming language with is X++.
This image shows the Dynamics AX AOT (Application Objects Tree), one of the MorphX IDE objects that Dynamics AX developers use to navigate through programming objects like Forms, Reports, and X++ Classes:
With Microsoft Dynamics AX 2012, you can view that AOT in the Microsoft Visual Studio 2012:
Proxies
Microsoft Visual Studio 2010 now creates proxies internally to support interacting with Microsoft Dynamics AX 2012 X++ classes, tables and base enums. By creating those proxies, developers will interact with Dynamics AX objects in C# and VB.NET exactly as if they are interacting with it in X++. After the proxy is created, that type is available as a strong type and features such as IntelliSense are available. For example, table fields and X++ methods are now exposed to be used in C# with one click. The created proxies are using .NET business connector internally to connect to the Dynamics AX objects.
The following pictures speak quietly how you can access and interact with Microsoft Dynamics AX 2012 objects from within Microsoft Visual Studio 2010:
Search the site
Dynamics AX 2012 Event
Recent Posts
- D365FO | Cannot Connect to SQL Server Database on Your Cloud Test Machines
- Intro to Microsoft Dynamics AX in Arabic – سلسلة حلقات مايكروسوفت داينامكس إيه إكس بالعربية
- Microsoft Dynamics Launch – Sunday, 24th February – Intercontinental Hotel, Riyadh
- Files of Our AX Brains Dec 2012 Event
- It was a great day!
- Tomorrow is the day for our Dynamics AX Brains Technical Seminar
- Dynamics AX Brains December 2012 Technical Seminar
- Windows Server 2012: Built from the Cloud Up
Tags
Archives
- October 2019 (1)
- January 2014 (1)
- February 2013 (1)
- December 2012 (4)
- September 2012 (2)
- December 2011 (2)
- November 2011 (3)
- July 2011 (3)
- June 2011 (4)
- May 2011 (3)
- April 2011 (4)
- March 2011 (12)
- February 2011 (2)
- January 2011 (3)
- December 2010 (1)
- November 2010 (1)
- October 2010 (5)
- August 2010 (1)
- July 2010 (3)
- June 2010 (4)
- May 2010 (5)
- April 2010 (1)
- March 2010 (9)
- February 2010 (4)
- January 2010 (4)
- December 2009 (11)
- September 2009 (1)
- August 2009 (1)
- July 2009 (2)
- September 2008 (1)
Random Testimonial
- ~ Shibu Purushothaman, Sr. Programmer at WorleyParsons
"Working with Amer was a pleasure. He is a true professional with in depth knowledge of Dynamics AX, .Net and other Microsoft Technologies. His professional approach to design, implementation and training made our migration to Axapta easy, and with very little down time. Another quality that I think deserves a special mention is that working with him is a pleasure, not even once did we feel uncomfortable with Axapta even though we were from a .net platform. He took time to attend to our doubts, and made the transition from .net to Axapta a very smooth ride. I highly recommend Amer and cant wait to work with him again."
- Read more testimonials »
Visual Studio .NET Usage With The New Microsoft Dynamics AX 2012
http://waqasb.blogspot.com/2011/06/visual-studio-net-usage-with-new.html
can Visual Studio 2005 used for AX2009 ???
It is looking nice but any idea how much time Visual Studio IDE is taking to loading/saving objects from AX AOT, in AX 2009 the Enterprise Portal Developer Tools for Visual Studio was crashing from VS IDE and had very slow response with AOT may be due to .Net Business Connecter.
Thanks Jehanzeb
I agree with you about the perforamance of the AX2009.. it has a lot to do with the hardware specs of course.. but you still cannot get the perfect spead even if you havethe best specs ever though.. thats true.
For the AX2012, calling AOT objects from the VS.NET and saving changes in the AOT from the VS.NET is a way faster than AX2009. I did notice that myself. I’m sure you will notice it if you tried it:).
Can Visual Studio 2005 used for AX 2009 ????
can Visual Studio 2005 used for AX2009 ???
Hi, don’t know where else to ask as the communities dont seem to have an answer
I’m trying to add a new user control to the EP on the ax 2012 virtual
But after creating the table and dataset in ax aot, i can see it in the drop down list for the datanames of the new datasource i am adding
however when i select it i get an error
Exception occured on the metadata service on the client or the server
Exception of Type –
Microsoft.Dynamcis.Ax.Services.XppBridgeException was thrown
Any ideas?
HI ajnar
I’ve had similar error in AX2012 after deploying a report in SSRS. If you look in the EventViewer on the server you will most likely find a entry regarding this isssue. In my case there where a line whith the error “Query execution failed for dataset” which maked me look further into my data provider class.
I found out that there was a call to write an entry in the event log, and after uncommenting this line the report worked perfectly.
Therefore the conclusion to the error “Microsoft.Dynamcis.Ax.Services.XppBridgeException” was that the acount execution the report didn’t have the nessesary rights.
My advise to you is to check that the acount running the EP has the nessesary execution right.
Hope this helps you
Hi Tommy,
In your comments you said that “there was a call to write an entry in the event log, and after uncommenting this line the report worked perfectly.”
Could you please let me know where you uncomment that line? I am facing this error.
Hi,
can any one tell me to learn microsoft dynamics ax do we need to know .net
Syed hyder amer, No u need not be very faliliar with .Net inorder to work with ax….
Hi,
Can anyone tell me where and what to start to learn dynamic AX. I am .net application developer. I know that language used is X++ , IDE is Morphx(Not able to download).
* Major issue is regarding the functional requirement of application development in AX.
Kindly help me and send the details on
“alics786@gmail.com”
Hi, I am new to AX, i used to work with GP, is it possible to create a vs project With forms, and use that forms from dynamics ax? i have created a new personalized window to create products, i have used services and all, from a vs project it creates the productos in ax, but now i want that Form to be accessed from AX client as called from a menuitem or anything.
Thanks a lot.
Hi,
You cannot host other than AX form that is not bulit with MorphX inside AX. There must be a way to run a .net form from AX using a menu item as you said, but Im sure that you have to do a way more than creating a simple form in AX only to call that .net form. Im not sure honestly what that way is. But i can tell that is not a stright forward processes.
You might consider rebuilding the form in AX/MorphX as this is the best way to do it )
All the very best,,,
Amer
Thanks a lot,
Is there any way to graphic in a AX Form via X++ Code?, just basic things like squares and lines.
Thank you very much.
Hi Amer
I have a C# project with classes, I imported the project to AOT, can I use the C# classes in X++ project and code?
Thanks a lot
I found it, it was just missing adding the dll as a reference in AOT, then to call the classes from AOT must be called like this NameSpaceName.ClassName obj;
can Visual Studio 2005 used for AX2009 ???
hi, how do you it looks easy as long as you have to deal with one table, but how do you join two tables in vs and fill a grid with combined data, like say i need to display item name and color size information in a grid in vs 2010 ???
Hi,
The Add to Project is grayed out when I try to add an AOT object to a project in Visual Studio 2010.
m using dynamics ax 2012
can Visual Studio 2005 used for AX2009 ???
Sir, I am trying to connect AX to VB.Net but I don’t know how to do it. Can you please teach me how? We really need it in our development. I look forward to your response.
by the way Sir, I am using AX 2009 and Visual Studio 2010
can Visual Studio 2005 used for AX2009 ???
What are the references (dlls) that should be added ???