Hi, I have an unmanaged, model driven app ("MySolution") in a dev env. I also built a custom control by forking from an open source and recompiling and zipping as a solution ("CustomControl.zip"). This solution was imported into the same dev env and then I added this custom control to "MySolution" and it is working fine.
Now, it's time to move "MySolution" to a test env. My question is whether I have to import "CustomControl.zip" solution to the test env before importing (deploying) "MySolution".
The reason why I am wondering this is because the deployment from dev to test was done by "pipeline" (and managed by other team) and working fine, until I added this custom control to "MySolution". The deployment pipeline from dev to test is getting an error "Value cannot be null. Parameter name: canvasAppReference".
Thx.