C
C Downey
What is the best way in VS7 to work with multiple developers on the same
project ? We don't have source save and can't get it.
Should each developer use the same Projectname.vbproj file on the server or
should each developer have a local copy that gets synchronized with the
webserver ?
what settings should we have in our project properties (we use a common
namespace, but it screws up if the next developer does changes to the files
and compiles. Very often our global.asax file throws an error and sometimes
the namespace gets duplicated in the aspx. file on the first line eg:
Portal.Portal.Classname
Should we precompiled our classes only and use src="filenam.aspx", or
recompile the whole project every time?
All our VB code sits in the vb. file, and some of it is precompiled classes,
no vb code in the aspx files.
TIA
project ? We don't have source save and can't get it.
Should each developer use the same Projectname.vbproj file on the server or
should each developer have a local copy that gets synchronized with the
webserver ?
what settings should we have in our project properties (we use a common
namespace, but it screws up if the next developer does changes to the files
and compiles. Very often our global.asax file throws an error and sometimes
the namespace gets duplicated in the aspx. file on the first line eg:
Portal.Portal.Classname
Should we precompiled our classes only and use src="filenam.aspx", or
recompile the whole project every time?
All our VB code sits in the vb. file, and some of it is precompiled classes,
no vb code in the aspx files.
TIA