المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Issue with adding a reference to visual studio project..



C# Programming
09-30-2009, 04:50 AM
Hi,

I have a question on When to add a Project Reference for a library and when to add a library from the actual ******** to a project.
I have a solution having 100 projects and most of them are class libraries. When I am adding the references to those projects, I am selecting the dependency from ProjectReferences from the dialog box that is shown when we click on the Add Refrence Menu. If I select the library reference from the ProjectReferences, everything is fine and solution is building successfully, even I dont have any issues in deployment.
But the problem here is when I open a single project seperately to make changes without opening the whole solution, I could not able to do that, because references are not being loaded. So now If I remove all the references for this project and add it again selecting from the actual ******** from bin\debug folder then its good. But I believe it would effect in the deployement as the references are from debug folder. So what is the remedy for this?


Thanks!