I am trying to debug a web app in VS Source Control. But, I am getting the error
The type or namespace name 'ceTe' could not be found (are you missing a using directive or an assembly reference?)
The referenced component 'ceTe.DynamicPDF.40' could not be found
On expanding the References folder in the Solution Explorer in Visual Studio, ceTe.DynamicPDF.40 is listed but marked with a yellow warning icon.
How do I fix this? I referred to this Refrenced Toolkit could not be found question but my problem is with the source control code. I do not have the related dll in my local repository of the project so I can't add it's reference.