473,396 Members | 1,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Sharing DLL between Apps?

2
Hi,

Trying to figure out the best structuring for creating a utility dll that can be accessed by several applications. Right now there are several apps in a 2.0 framework with each calling a dll from their local bin. Goal is to create a single, more parametric dll at the root folder bin for all these apps to call.

Does .NET let you dot this?

Thanks,

T
Aug 23 '07 #1
2 1118
nateraaaa
663 Expert 512MB
Hi,

Trying to figure out the best structuring for creating a utility dll that can be accessed by several applications. Right now there are several apps in a 2.0 framework with each calling a dll from their local bin. Goal is to create a single, more parametric dll at the root folder bin for all these apps to call.

Does .NET let you dot this?

Thanks,

T
You could just add a reference in each application that points to a dll in that root folder. That way if the dll changes in the root folder all application using that dll will have the most recent version.
Another option is to put the dll in your Global Assembly Cache (GAC for short). See this example for some pros and cons of using the GAC.

Nathan
Aug 23 '07 #2
TFlagg
2
You could just add a reference in each application that points to a dll in that root folder. That way if the dll changes in the root folder all application using that dll will have the most recent version.
Another option is to put the dll in your Global Assembly Cache (GAC for short). See this example for some pros and cons of using the GAC.

Nathan
Thanks for getting back so quickly and thanks for the link to that article. If I add a reference to the root dll in the app, will I still be able to call dlls in my local apps bin folder?
Aug 23 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Terence | last post by:
Does anyone have any experiences to share regarding this? we run a ColdFusion/PHP/Java(cocoon) environment and I'll probably figure out a way for all apps to be able to share sessions. I wanted...
1
by: Tom Q | last post by:
A user has multiple applications running on his/her PC and I want to create a broker component or service that is shared among the multiple apps. Each time an application changes a record it...
5
by: cybertof | last post by:
Hi ! I'm using a 3rd party component (xxxx.dll) from 2 of my apps. (I added the reference manually to the .dll within the 2 app) Question : I want to distribute my 2 apps, and these 2 app...
2
by: Vitaly | last post by:
Hi, I've encountered a problem sharing c# application in NetMeeting. The problem is that when I try to share some GUI application, I don't see it on remote computer. Sometimes I see random small...
3
by: grooby | last post by:
I would like to develop an asp.net Web application using muliple web projects under one solution file and share the session information between web applications( or projects). Is this possible?
3
by: Shikari Shambu | last post by:
Hi All, I have a situation where multiple applications are sharing some pages/ controls. So, I have a separate common project that has the common pages/ controls. My question is how do I...
11
by: Max Vit | last post by:
I have deployed few Access apps splitting it in Front End and Back End. Our environment uses Win XP SP2 for clients, Win 2k3 for servers and Access 2003. The max. number of clients is about 50...
9
by: Peri | last post by:
Dear All, Is there a way in which 2 application can share a common memory location to access static data? Say for example I have a product master data that is available in a single place, and...
1
by: rh.krish | last post by:
I have an issue in sharing session between ASP.NET 1.1 & ASP.NET 2.0. Here are the details. The first application is the main application which runs in ASP.NET 1.1. This app has a link to the...
2
by: Jeff Dege | last post by:
I'm working with a group that's been doing C++ coding for quite a long time, now, and in that environment we've pretty much worked out development practices that serve us well. We've been doing...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.