Category Archives: Errors

Setup could not deploy SharePoint solution AxWebParts.cab

Exception message: Leaving function AddWPPackage Setup could not deploy SharePoint solution AxWebParts.cab. Exception: An object in the SharePoint administrative framework, “SPSolutionLanguagePack Name=0 Parent=SPSolution Name=axwebparts.cab”, depends on other objects which do not exist. Ensure that all of the objects dependencies are … Continue reading

Posted in Enterprise Portal Development, Errors | Leave a comment

Error: Confirm that the AOS is running, and that your account is a valid Microsoft DAX

Log file shows:  Entering method GetBusinessConnectorProxyAccount An error has occured while Setup was establishing a connection through Business Connector. Error: No .NET Business Connector session could be found. Leaving method GetBusinessConnectorProxyAccount Follow these steps to fixed the error: 1. Uninstalled … Continue reading

Posted in Enterprise Portal Development, Errors | Leave a comment

Microsoft.Dynamics.BusinessConnectorNet.dll 64 bit

Your EP system need use the Microsoft.Dynamics.BusinessConnectorNet DLL to run some customized User Controls. However, your EP system is 64 bit, but your DLL file is for 32 bit system. So, how can you find and copy the 64 bit … Continue reading

Posted in Enterprise Portal Development, Errors | Leave a comment

Table ‘table name’ does not contain an index with id ‘65535’

When we create a new table in AOT, then we use it in Visual Studio. It may be show the error above and we can not use that table. This sometime happen with the current existing table in AOT. The … Continue reading

Posted in Enterprise Portal Development, Errors | 3 Comments

Exception of type ‘Microsoft.Dynamics.Framework.Metadata.Ax.MetadataNodeNotFoundException’ was thrown.

The easiest way is delete your new MenuItem(s) what is not the standard of EP Home. You can find it in : AOT > Web > Web Modules > Home > …. Another solution, – Uninstall the AX client AND … Continue reading

Posted in Enterprise Portal Development, Errors | 3 Comments

Resolving the “unable to load content. Please contact your systems administrator ” Error

Enterprise Portal: Adding an AX Web Control and Resolving the “unable to load content” Error Following the tutorial on creating a web part page for Enterprise Portal in the book “Microsoft Dynamics AX 2009 Programming: Getting Started” by Erlend Dalen … Continue reading

Posted in AX Development, Errors | 4 Comments