Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sharing Resource file across project
Message
De
02/10/2006 10:05:29
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
À
27/09/2006 11:04:42
Alfred Annan
Softworks Technologies
Accra, Ghana
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01157301
Message ID:
01158545
Vues:
26
>Keith,
>
>Thanks for the reply, and sorry I didn't acknowledge earlier.
>
>However, I am still developing the application module, including the COMMON project. i don't know if placing it in the Global Assembly cache will be possible, since I will need to make modification as the project progresses.
>
>Alfred

Alfred,

You can develop it side-by-side with the other projects using a project reference to link to the dll. Once you are ready to release the projects, create a deployment package for the common project that installs it into the GAC. Run the deployment package, then update the references in the other projects to use the GAC for the dll.

IOW, keep everthing as-is until development is complete. Then install the common project into the GAC of the development system and change the references in the other projects to use the GAC.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform