Re: Back to Square 1 -- User Control and GUID problems...
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 28 Jun 2005 20:58:43 -0500
"Bryan Dickerson" <txprphan@xxxxxxxxxxxx> wrote in message
news:%23uRyeHBfFHA.2076@xxxxxxxxxxxxxxxxxxxxxxx
> Not to be the bearer of bad news, but those registry entries weren't the
> cause of the problem. Bummer. I have another thought after looking at
the
> VBP directory: There are some hard-coded paths there. If I have all my
> project directories under My Documents\Visual Basic (i.e. My
> Documents\Visual Basic\Sales) and a co-worker who works on the same
projects
> has his under My Documents (My Documents\Sales), are those hard-coded
paths
> going to bite us both depending on who changed the VBP last? So following
> that thru logically, all the developers in a given environment should have
> the same number of directories and sub-directories between apps and
support
> files so that VB picks up the right directory structure, right?
>
Following along with this thread, I kept wondering whether you were
maintaining "Project Paths" across both environments, but the .OCA dialog
kind of threw me off.
VB is very 'pissy' (can I use that word here?) about "paths". There are
several solutions when you share a project among multiple developers.
1) Make sure each developer has an identical hiearchy, or
2) Use a source code control system such as VSS or WinCVS. Create a separate
sandbox\project for each developer and 'share' components and modules out of
a common project with in the SSC database.
3) Don't share workspace files (.VBW) or group files (.VBG). Allow each
developer to maintain his own.
IMHO: Even if you are the only developer working on a project, not using a
source-control system - is just an accident waiting to happen.
hth
-ralph
.
- Follow-Ups:
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Bryan Dickerson
- Re: Back to Square 1 -- User Control and GUID problems...
- References:
- Back to Square 1 -- User Control and GUID problems...
- From: Bryan Dickerson
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Ken Halter
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Bryan Dickerson
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Ken Halter
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Bryan Dickerson
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Ken Halter
- Re: Back to Square 1 -- User Control and GUID problems...
- From: Bryan Dickerson
- Back to Square 1 -- User Control and GUID problems...
- Prev by Date: Re: Passing an Array Name
- Next by Date: Re: I can't figure out the *$#! licensing
- Previous by thread: Re: Back to Square 1 -- User Control and GUID problems...
- Next by thread: Re: Back to Square 1 -- User Control and GUID problems...
- Index(es):
Relevant Pages
|