C# doesnt recognize project DLL after reloading from VSS

  • Thread starter Thread starter Siddhartha Jain
  • Start date Start date
S

Siddhartha Jain

Hi Guys,
I have three projects under one solution and I am referencing two
projects to use them under the third one.
The way I do it is I go to add references and then to the projects tab and
add them but everytime I reopen the solution from the VSS and build the
solution it doesnt recognize those dlls. I have to add the references
again each time I open the solution, is there some way I can stop it?

Please let me know.

Thanks a lot again.
-Siddhartha.
 
Hi,

I do not know if this apply to the .NET version. However, with the VS6,
whenever I made a modification at the project or solution level. I had to
close VS before restoring the updated files to VSS.
Maybe try to add the references once, then close the solution and restore
the sln and other files.

José
 
Back
Top