Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing Resource file across project
Message
From
27/09/2006 12:36:10
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
27/09/2006 11:04:42
Alfred Annan
Softworks Technologies
Accra, Ghana
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01157301
Message ID:
01157555
Views:
35
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform