Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sharing Resource file across project
Message
De
27/09/2006 12:36:10
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:
01157555
Vues:
37
>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

You don't have to place it into the GAC while it's still being developed. You can leave all of your current projects pointing to the local copy of the dll. Once everything is set, use a .NET deployment project to create a setup.msi that will install the common assembly into the GAC. Then run the deployment in your development environment once, and change the references in the other projects to point to the GAC instead of the local copy.

If you use a .NET deployment project to deploy the each application, you can tell each deployment project to install the common assembly into the GAC. Each deployment project will automatically handle any versioning issues.

This is the design pattern that MS envisioned when they created the GAC in .NET.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform