Share project thr the network ?

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

Agnes

We got a dataserver , I built some usercontrol and class and languate.resx .
I PLACED all of them in the data server, I want to let other to use the
sources .
HOWEVER, after i build the class library , and then add the new items in
the TOOL bar.
It said "the assembly 'w:\myProject\myclass.dll ' could not be loaded, check
that any dependencies the file requires are install.

I use "w" as mapping directory to the dataserver.
How can I share the project thr internal network ??
Thanks
 
You need source control for sharing code over a network. Look at SourceSafe
or Vault.

However, it looking at your problem with updating a class library, each time
you rebuild it after making changes, the references in other projects need
to be updated anyway.
 

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