In the RootWeb, create a project (If you haven't) and
have if reference all of the dlls of the subprojects e.g.
/Web1/bin/Web1.dll, /Web1/bin/Web2.dll, etc. with copy local set
on the the references.

Then when you compile up the root web it will copy all of the dlls
and place them in your root web bin dir...

Hope that helps,

Jeremy

>RootWeb
>    /Web1
>    /Web2
>    /Web3

>However, to make it work, I must move the DLLs compiled by the
>projects into RootWeb's /bin/ directory manually.
>
>1) Is there a way to share ASCX files without a) compiling them or b)
using the above method?
>
>2) Is there a way to make the above method work without having to move the
DLL files?
>
>3) Is there a way to move the DLL files (other than manually) on each
build so that the above method does work?
>

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to