Driver Station loads an old SmartDashboard

I’ve updated the Smart Dashboard on the computer I’m using. When I open the Driver Station it loads an old version or incompatible version of the SmartDashboard that does not have a camera module in it. I’ve already quadruple checked the cmd-line path to make sure it points to the correct file. Is this just a weird bug or is there something I can do about it?

I assume you’ve manually run the Smartdashbard that you set the DashboardCmdLine to and it works?

The DashboardCmdLine is only used if the the dashboard setting in the setup tab is set to Default. If you’ve set it to C++ (or Java), it will run the SmartDashboard that was installed with the language update, which doesn’t have the camera extension.

You are correct. Switching to Default worked for me. Thank you.