Binding Path Bad_NotFound

I am trying to remake a binding because I changed the layout of the page and am trying to create a property binding onto the value of a dropdown shown here:

However, the preview shows a Bad error. I had the binding working before but I readjusted some things to give it a better layout. I am pretty sure that I have the path correct but nothing seems to work. I am trying to get to the path root/LocationCategoryContainer/AssetDisplay and a property of that component shown in the script code above. The directory layout is below:

Use the property selector to make sure the path is right:

You should create custom properties at the view level to store your important variables, so then you can easily bind to the view-level property instead of digging down through layers and layers of containers and components.

That makes sense. I thought the path would stay the same if you copy and paste it because I simply copy and pasted the working component into the new flex container