Hi,

I am trying to run a project that has some dll dependencies. I copied these dlls into the project folder and tried to run it but it would still show an error message saying it needs those dlls. I then removed the old references to these dlls and added the references again. Now it works. Do I have to go in the source code and refresh the references in order to run the project ?? why not simply copying the dlls in the project folder is not enough for compilation and running ??
Is there any way where I dont have to reresh the references to run the project ??

Thanks,