I have a SharePoint solution having many projects in it, dlls generated by each project is placed in GAC, now whenever I build the solution and generate the wsp, i can see an old version of a particular project dll is included in the wsp, though inside bin/Debug folder of that particular project the updated dll is present, after deployment if i remove that particular dll from assembly and re-install the new version(bin/Debug version), then only my solution is working properly, can any one explain this behavior?
Things I already checked
- Checked manifest.xml if everything is configured properly
- Checked project dependencies and build order