Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft Dynamics AX 2012 Services

You're reading from  Microsoft Dynamics AX 2012 Services

Product type Book
Published in Dec 2012
Publisher Packt
ISBN-13 9781849687546
Pages 196 pages
Edition 1st Edition
Languages

X++ development


The Visual Studio project and its output have been added to the AOT, so the first stage of development is now complete. You can leave Visual Studio and turn back to Microsoft Dynamics AX 2012. The project has been added to the Visual Studio Projects node in the AOT. Because we have used C#, the project will be in the C Sharp Projects node.

Look for the DynamicsAxServices.WebServices.ZipCode project and expand some of the nodes to inspect it. It should look like this:

As you can see, this is divided into the following two main components:

  • The Project Content node contains the actual C# project source, such as properties of the project, the service references, an app.config file, and C# source files

  • The Project Output node contains the assemblies that will be deployed, taking into account the deployment options.

In order to use the assemblies that have been created and are stored in the AOT, we'll have to deploy them. Let's look at the options that are available.

Managed code deployment...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}