-
Notifications
You must be signed in to change notification settings - Fork 5
Home
José Antonio Estevan edited this page Jan 20, 2017
·
8 revisions
Initial version of this project is based on the MSDN examples of Visual Studio 2010 extensions with the idea of extending them to the Microsoft Dynamics AX 2012 X++ source code editor.
If you have any idea for improving this extensions or you discover a bug, please post to the Discussions area or Issue Tracker. We are open to suggestions!
- Downloads the libraries or clone the repository and build it yourself.
- Close your Dynamics AX 2012 client.
- Unzip and copy the libraries that you want to use to the AX client folder on disk ..* By default: C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\EditorComponents.
- You can copy all assemblies or only the ones you want to use.
- That's all!! Just open your Dynamics AX 2012 Development client and enjoy.
- If you want to build this project to make changes yourself, it need to be built with Visual Studio 2010 SDK.
- Some times Extensions don't work because Windows blocks the file after downloading it from internet. ..* Tommy Skaue has posted in his blog a possible fix to this problem.