473,386 Members | 1,821 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,386 software developers and data experts.

Deplying ASP.net application that references to shared assemblies

Hello everyone,

I am looking into deploying this ASP.NET application which uses a
number of private and public assemblies.

When I compile the apllication does that automatically copy the public
assemblies from the GAC or do I have to do this manually.

I must explicity have this public assemblies within my own application
as it will be deplyed to another computer which might not have the
ashred assemblies.

Many Tanks in advance

Philip
Nov 18 '05 #1
1 1009
Phi! wrote:
Hello everyone,

I am looking into deploying this ASP.NET application which uses a
number of private and public assemblies.

When I compile the apllication does that automatically copy the public
assemblies from the GAC or do I have to do this manually.

I must explicity have this public assemblies within my own application
as it will be deplyed to another computer which might not have the
ashred assemblies.

Many Tanks in advance

Philip


If you are deploying to other machines with .NET, then you do not have
to deploy the public (I assume you mean System.*) assemblies.

All assemblies that are not provided as part of the .NET base install
have to be redistributed with your application. Compiling simply
compiles your code into assemblies and doesn't incorporate any other
assemblies in them (there is no linker in .NET to do this).

--
Philip Q
Microsoft MVP [ASP.NET]
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Serge calderara | last post by:
Dear all, Is there a way to get the list of references attached to my application by code? The idea is that when my application start, I would like to log in a file the version of all...
2
by: assi | last post by:
Hello all We are developing a large dotnet application, which includes ~ 120 assemblies. (total size of all binaries is ~ 20MB). Our application also references the following dotnet assemblies:...
3
by: Mythran | last post by:
All library assemblies get installed into {cf}\CompanyName\Assemblies All executable assemblies get installed into {cf}\CompanyName\Products\ProductName What do I need to do so that the...
1
by: Jason MacKenzie | last post by:
I'm not sure if this is the right newsgroup but an expert can probably help me here. All our web applications have the same set of references. So I'd like to have them be referenced by default....
0
by: Plamen Doykov | last post by:
Hi everybody I couldn't find detailed information about referencing assemblies in a ASP.NET 2.0 web site. Basically what I want to do is to share files with code between a tool assembly and a...
3
by: Ray Booysen | last post by:
In our application, we merge documents for our clients. The directory structure is as follows: webroot ->bin ->Documents ->Company -> Company X
1
by: chidam.chidam | last post by:
Hi all, I would like to implement log4net for logging my application. First let me describe in short about the application. I have a solution with two exe file outputs and several dll assemblies....
1
by: lexman | last post by:
Hello, How do you deploy a vb.net application with a SQL express database? My vb.net programming book offers a single paragraph that amounts to "Select publish, choose options in wizard, job...
5
by: Madhur | last post by:
Hello If I define two classes in the same cs file. And in each class, I define the object of other class as a member. Can anyone explain me how .NET or its compiler will resolve this kind of...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.