How to do a good development ?

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I got one big library named dtsclass and which will be share for 4
developers.
that dtsclass will place the server named H:\dtsclass\.........

For my own project, I need to add dtslcass library to my project.
Now, everytime i complie my project, I need to ask other guy to close their
visual studio.
Complie Dtsclass first, then Complie my project.
It seems very stupid to do .
 
Agnes said:
I got one big library named dtsclass and which will be share for 4
developers.
that dtsclass will place the server named H:\dtsclass\.........

For my own project, I need to add dtslcass library to my project.
Now, everytime i complie my project, I need to ask other guy to close their
visual studio.
Complie Dtsclass first, then Complie my project.
It seems very stupid to do .

You should work on a local copy of the files, not directly on the shared
files.

Look into some source code management system like SourceSafe.
 
Do you ref the project or the dll only?
Just ref the dlls at your local bin folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top