Using LCS, I installed a local VM Dev/Test version of AX 7. It is up and running and I can navigate through various menus and switch companies, configure options, etc. without problems.
Switching over to Visual Studio Professional 2015 Version 14.0.23107.0 D14REL (installed with the VM), I ran through the tutorial to create/add the Fleet Management and Fleet Management Extensions solution projects by following this tutorial:
https://community.dynamics.com/ax/b/newdynamicsax/archive/2016/05/19/tutorial-create-a-fleet-management-solution-file-out-of-the-fleet-management-models-in-the-aot
Everything worked as shown and I ended up with a solution containing the two projects.
However, when I select "Build Solution" I get tons of red errors. A few examples:
Severity Code Description Project File Line
Error 'anytype' type used in a using statement must be implicitly convertible to 'System.IDisposable'. FleetManagement (ISV) [Fleet Management] C:\AOSService\PackagesLocalDirectory\bin\XppSource\FleetManagement\AxClass_RonTest2d.xpp 53
Severity Code Description Project File Line
Error Class 'SysCodeGenAttribute' was not found. Are you missing a module reference? FleetManagement (ISV) [Fleet Management] C:\AOSService\PackagesLocalDirectory\bin\XppSource\FleetManagement\AxClass_RonTest2d.xpp 1
I would have expected the installed VM solutions from LCS to compile without red severity errors. Any ideas?