Hi All,
I have two workspaces W1 and W2.
I am loading PBLs of W2 into W1.
Situation: I want to run Target of W2 from W1.
For That, I have modified the PBT of W1 by replacing
AppName and LibList of Target of W1 -> AppName and LibList of Target of W2.
Problem: When I reload the Target of W1....It gives me error ""Could not add target because of bad application library in '.........\target1.pbt' "
Note: I am doing this because I want to debug the combined application.
Could you please suggest me a way to resolve this?