Posts

Showing posts with the label Visual Studio Configuration

Invalid Command Line. Unknown Switch : Axconfig. While opening the visual studio shortcut with /AxConfig Parameter

Image
Hi Technical, Today, we faced a weird issue while opening Visual Studio from AX 2012. Error:  Invalid Command Line. Unknown Switch : Axconfig. Use: devenv  [solutionfile | projectfile | anyfile.ext]  [switches] Solution:  It is because of two reasons either Visual Studio tools are not installed properly or Visual Studio is not compatible with AX 2012. Follow the steps for installing visual studio 2013 tools: 1) Run AX setup. 2) Select Visual Studio 2013 tools from Developer tools option. 3) Run the prerequisite validation if all okay then go ahead, in our case we got one error. 4) For AX 2012 R3 Visual Studio 2013 update 2 is must so asked your System Admin to install the update. 5) Once update 2 installed, install the visual studio 2013 tools again. 6) Restart the server after complete installation. 7) For configuration the visual studio, open the Start menu, right-click Visual Studio and select Properties. 8) Upd...