Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sharing Resource file across project
Message
From
02/10/2006 10:05:29
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:
01158545
Views:
25
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform