J
Jerry
I've inherited a system w/5 projects - I'll refer to them
as P1 thru P5 - P5 being the executable...
P1 has no dependents.
P2 is dependant upon P1
P3 has no dependents.
P4 is dependant upon P1, P2, P3
P5 is dependant upon P1, P2, P3, P4
The build order is:
P1, P2, P3, P4, P5
So far so good?
I'm setting the 'Build' path of each project to
Px\obj\debug with the exception of the main project (P5)-
that is being built into its \BIN folder...
When I set the necessary references that each project
needs to reference, for example, P2 needs a reference to
P1, so I'll set that to P1\obj\debug\P1.DLL and so on.
What I'm getting now for the first 4 projects is:
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC31019: Unable to write to output
file 'C:\xxx\obj\Debug\P1.dll': The process cannot access
the file because it is being used by another process.
Building satellite assemblies...
and each one fails...
Can someone tell me (or point me somewhere) what I'm doing
wrong???
Thanx
JK
as P1 thru P5 - P5 being the executable...
P1 has no dependents.
P2 is dependant upon P1
P3 has no dependents.
P4 is dependant upon P1, P2, P3
P5 is dependant upon P1, P2, P3, P4
The build order is:
P1, P2, P3, P4, P5
So far so good?
I'm setting the 'Build' path of each project to
Px\obj\debug with the exception of the main project (P5)-
that is being built into its \BIN folder...
When I set the necessary references that each project
needs to reference, for example, P2 needs a reference to
P1, so I'll set that to P1\obj\debug\P1.DLL and so on.
What I'm getting now for the first 4 projects is:
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC31019: Unable to write to output
file 'C:\xxx\obj\Debug\P1.dll': The process cannot access
the file because it is being used by another process.
Building satellite assemblies...
and each one fails...
Can someone tell me (or point me somewhere) what I'm doing
wrong???
Thanx
JK